Html Css Color HEX #016496 Cerulean

📋 copy color: '#016496'

red 1 ◦ green 100 ◦ blue 150

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

Shades of Cerulean #016496

Tints of Cerulean #016496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.84%

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

R = 0.4%
G = 39.84%
B = 59.76%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#016496 (or 0x016496) is known color: Cerulean. HEX triplet: 01, 64 and 96. RGB value is (1,100,150). Sum of RGB (Red+Green+Blue) = 1+100+150=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #016496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016496 is #FE9B69. Grayscale: #4B4B4B. Windows color (decimal): -16685930 or 9856001. OLE color: 9856001.

HSL color Cylindrical-coordinate representation of color #016496: hue angle of 200.13º 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 #016496 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 100 150 -
CMYK 0.99 0.33 0 0.41
HSL 200.13º 0.99% 0.3% -
HSV(B) 200.13º 0.99% 0.59% -
XYZ 10.07 11.32 30.51 -
YUV 76.1 169.7 74.43 -
System Red Green Blue C M Y K H S L
Decimal 1 100 150 0.99 0.33 0 0.41 200.13 0.99 0.3
Hex 1 64 96 63 21 0 29 C8 63 1E
Octal 1 144 226 143 41 0 51 310 143 36
Binary 1 1100100 10010110 1100011 100001 0 101001 11001000 1100011 11110

Color Harmonies of #016496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016496

Black with #016496

Text Example


Text Example

White with #016496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016496; }

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

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

background-color css

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

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

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

border-color css

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

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

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