COLOR #001250

HEX: #001250
RGB: (0,18,80)

Renk bilgisi

#001250 contains mainly blue color. #001250 ‘ nin web güvenlik rengi #000066 (ya da #006) dir.

RGB renk modeli

#001250 color RGB value is (0,18,80).

  • kırmız ton 0;
  • yeşil ton 18;
  • mavi ton 80.
RGB:
(0,18,80)
(0%,7%,31%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 18 of 255 = 7%
B 80 of 255 = 31%

0
18
80

R + G + B ~ 13%. #001250 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 18 + 80 = 98 (100%)
R 0 of 98 ~ 0%
G 18 of 98 ~ 18.37%
B 80 of 98 ~ 81.63%

%18.37
%81.63

CMYK RENK MODELİ

#001250 rengi CMYK tonu (100,78,0,69).

  • camgöbeği tonu 100.00%
  • eflatun tonu 77.50%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(100,78,0,69)
C100M78Y0K69 
(100%,78%,0%,69%)
(1.00/0.78/0.00/0.69)	

CMYK yüzdeleri

%100
%77.5
%0
%68.63

Codes

Color #001250 in popluar color models

001250
RGB01880
HSL227°100.00%15.69%
HSB/HSV227°100.00%31.37%
CMYK100.00%77.50%0.00%
68.63%

Color #001250 in popluar number systems.

HEX001250
Decimal01880
Binary0100101010000
Octal022120

Shades and tints

Shades of #001250

#001250
(0,18,80)
#001149
(0,17,73)
#001042
(0,16,66)
#000F3B
(0,15,59)
#000E34
(0,14,52)
#000D2D
(0,13,45)
#000C26
(0,12,38)
#000B1F
(0,11,31)
#000A18
(0,10,24)
#000911
(0,9,17)
#00080A
(0,8,10)
#000000
(0,0,0)

Tints of #001250

#001250
(0,18,80)
#17275F
(23,39,95)
#2E3C6E
(46,60,110)
#45517D
(69,81,125)
#5C668C
(92,102,140)
#737B9B
(115,123,155)
#8A90AA
(138,144,170)
#A1A5B9
(161,165,185)
#B8BAC8
(184,186,200)
#CFCFD7
(207,207,215)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001250 color. Also use rgb(0,18,80) instead hex code.

Text Font Color

.myTextColor { color: #001250; }

<p style="color:#001250">This sample text font color is #001250.</p>

This text font color is #001250.


Background Color

.myBgColor { background-color: #001250; }

<div style="background-color:#001250">Inner text</div>

This div background color is #001250.


Border color

.myBorderColor { border: 1px solid #001250; }

<div style="border:3px solid #001250">Div</div>

This div border color is #001250.


Opacity

.myOpacity80 { color: #001250; opacity: 0.8; }

<p style="color:#001250;opacity:0.8;">80%</p>

Text with #001250 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #001250;}

<p style="text-shadow: 3px 3px 1px #001250">Text here.</p>

This text has shadow with #001250 color.

.textShadow {text-shadow: 3px 3px 1px #001250, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #001250, 5px 5px 20px red">Text here.</p>

This text has shadow with #001250 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#001250, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#001250, Direction=45, Strength=4)">Text</p>

This text has shadow with #001250 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #001250;
  -webkit-box-shadow:	1px 1px 3px 2px #001250;
  box-shadow:		1px 1px 3px 2px #001250;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #001250;
-webkit-box-shadow: 1px 1px 3px 2px #001250;
box-shadow:1px 1px 3px 2px #001250;">
Div content here</div>
This div box has shadow with color #001250.

Preview

Color preview on black background

This text has color #001250 on black background.


Color preview on white background

This text has color #001250 on white background.



Black color preview on #001250 background

This text has black color on #001250 background.


White color preview on #001250 background

This text has white color on #001250 background.