Html Css Color HEX #014D9F Cobalt

📋 copy color: '#014D9F'

red 1 ◦ green 77 ◦ blue 159

#014D9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #014D9F

Tints of Cobalt #014D9F

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

 GREEN value IS 77 (30.47% from 255) = 32.49%

 BLUE value IS 159 (62.5% from 255) = 67.09%

R = 0.42%
G = 32.49%
B = 67.09%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#014D9F (or 0x014D9F) is known color: Cobalt. HEX triplet: 01, 4D and 9F. RGB value is (1,77,159). Sum of RGB (Red+Green+Blue) = 1+77+159=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #014D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014D9F is #FEB260. Grayscale: #3F3F3F. Windows color (decimal): -16691809 or 10439937. OLE color: 10439937.

HSL color Cylindrical-coordinate representation of color #014D9F: hue angle of 211.14º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D9F is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 77 159 -
CMYK 0.99 0.52 0 0.38
HSL 211.14º 0.99% 0.31% -
HSV(B) 211.14º 0.99% 0.62% -
XYZ 8.92 7.82 33.84 -
YUV 63.62 181.82 83.33 -
System Red Green Blue C M Y K H S L
Decimal 1 77 159 0.99 0.52 0 0.38 211.14 0.99 0.31
Hex 1 4D 9F 63 34 0 26 D3 63 1F
Octal 1 115 237 143 64 0 46 323 143 37
Binary 1 1001101 10011111 1100011 110100 0 100110 11010011 1100011 11111

Color Harmonies of #014D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D9F

Black with #014D9F

Text Example


Text Example

White with #014D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014D9F; }

 p { color: rgb(1,77,159); }

 H1.HeaderClassName
 {
   color: #014D9F;
 }
 .AnyTagClassName
 {
   color: #014D9F;
 }
</style>

background-color css

<style>
 a { background-color: #014D9F; }

 a { background-color: rgb(1,77,159); }

 div.DivClassName
 {
   background-color: #014D9F;
 }
 .BgClassName
 {
   background-color: #014D9F;
 }
</style>

border-color css

<style>
 span { border-color: #014D9F; }

 span { border-color: rgb(1,77,159); }

 td.TdClassName
 {
   border-color: #014D9F;
 }
 .TagClassName
 {
   border-color: #014D9F;
 }
</style>