Html Css Color HEX #016D96 Cerulean

📋 copy color: '#016D96'

red 1 ◦ green 109 ◦ blue 150

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

Shades of Cerulean #016D96

Tints of Cerulean #016D96

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.92%

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

R = 0.38%
G = 41.92%
B = 57.69%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#016D96 (or 0x016D96) is known color: Cerulean. HEX triplet: 01, 6D and 96. RGB value is (1,109,150). Sum of RGB (Red+Green+Blue) = 1+109+150=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #016D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016D96 is #FE9269. Grayscale: #515151. Windows color (decimal): -16683626 or 9858305. OLE color: 9858305.

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

Color convert

RGB 1 109 150 -
CMYK 0.99 0.27 0 0.41
HSL 196.51º 0.99% 0.3% -
HSV(B) 196.51º 0.99% 0.59% -
XYZ 10.99 13.15 30.81 -
YUV 81.38 166.72 70.67 -
System Red Green Blue C M Y K H S L
Decimal 1 109 150 0.99 0.27 0 0.41 196.51 0.99 0.3
Hex 1 6D 96 63 1B 0 29 C5 63 1E
Octal 1 155 226 143 33 0 51 305 143 36
Binary 1 1101101 10010110 1100011 11011 0 101001 11000101 1100011 11110

Color Harmonies of #016D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D96

Black with #016D96

Text Example


Text Example

White with #016D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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