Html Css Color HEX #016096 Cerulean

📋 copy color: '#016096'

red 1 ◦ green 96 ◦ blue 150

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

Shades of Cerulean #016096

Tints of Cerulean #016096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.87%

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

R = 0.4%
G = 38.87%
B = 60.73%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#016096 (or 0x016096) is known color: Cerulean. HEX triplet: 01, 60 and 96. RGB value is (1,96,150). Sum of RGB (Red+Green+Blue) = 1+96+150=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #016096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016096 is #FE9F69. Grayscale: #494949. Windows color (decimal): -16686954 or 9854977. OLE color: 9854977.

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

Color convert

RGB 1 96 150 -
CMYK 0.99 0.36 0 0.41
HSL 201.75º 0.99% 0.3% -
HSV(B) 201.75º 0.99% 0.59% -
XYZ 9.7 10.57 30.38 -
YUV 73.75 171.03 76.11 -
System Red Green Blue C M Y K H S L
Decimal 1 96 150 0.99 0.36 0 0.41 201.75 0.99 0.3
Hex 1 60 96 63 24 0 29 CA 63 1E
Octal 1 140 226 143 44 0 51 312 143 36
Binary 1 1100000 10010110 1100011 100100 0 101001 11001010 1100011 11110

Color Harmonies of #016096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016096

Black with #016096

Text Example


Text Example

White with #016096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016096; }

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

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

background-color css

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

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

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

border-color css

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

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

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