Html Css Color HEX #014996 Cobalt

📋 copy color: '#014996'

red 1 ◦ green 73 ◦ blue 150

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

Shades of Cobalt #014996

Tints of Cobalt #014996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.59%

 BLUE value IS 150 (58.98% from 255) = 66.96%

R = 0.45%
G = 32.59%
B = 66.96%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#014996 (or 0x014996) is known color: Cobalt. HEX triplet: 01, 49 and 96. RGB value is (1,73,150). Sum of RGB (Red+Green+Blue) = 1+73+150=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #014996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014996 is #FEB669. Grayscale: #3B3B3B. Windows color (decimal): -16692842 or 9849089. OLE color: 9849089.

HSL color Cylindrical-coordinate representation of color #014996: hue angle of 211.01º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014996 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 73 150 -
CMYK 0.99 0.51 0 0.41
HSL 211.01º 0.99% 0.3% -
HSV(B) 211.01º 0.99% 0.59% -
XYZ 7.9 6.97 29.78 -
YUV 60.25 178.65 85.74 -
System Red Green Blue C M Y K H S L
Decimal 1 73 150 0.99 0.51 0 0.41 211.01 0.99 0.3
Hex 1 49 96 63 33 0 29 D3 63 1E
Octal 1 111 226 143 63 0 51 323 143 36
Binary 1 1001001 10010110 1100011 110011 0 101001 11010011 1100011 11110

Color Harmonies of #014996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014996

Black with #014996

Text Example


Text Example

White with #014996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014996; }

 p { color: rgb(1,73,150); }

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

background-color css

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

 a { background-color: rgb(1,73,150); }

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

border-color css

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

 span { border-color: rgb(1,73,150); }

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