Html Css Color HEX #016B9C Cerulean

📋 copy color: '#016B9C'

red 1 ◦ green 107 ◦ blue 156

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

Shades of Cerulean #016B9C

Tints of Cerulean #016B9C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.53%

 BLUE value IS 156 (61.33% from 255) = 59.09%

R = 0.38%
G = 40.53%
B = 59.09%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#016B9C (or 0x016B9C) is known color: Cerulean. HEX triplet: 01, 6B and 9C. RGB value is (1,107,156). Sum of RGB (Red+Green+Blue) = 1+107+156=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #016B9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016B9C is #FE9463. Grayscale: #505050. Windows color (decimal): -16684132 or 10251009. OLE color: 10251009.

HSL color Cylindrical-coordinate representation of color #016B9C: hue angle of 198.97º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B9C is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 107 156 -
CMYK 0.99 0.31 0 0.39
HSL 198.97º 0.99% 0.31% -
HSV(B) 198.97º 0.99% 0.61% -
XYZ 11.27 12.92 33.35 -
YUV 80.89 170.38 71.02 -
System Red Green Blue C M Y K H S L
Decimal 1 107 156 0.99 0.31 0 0.39 198.97 0.99 0.31
Hex 1 6B 9C 63 1F 0 27 C7 63 1F
Octal 1 153 234 143 37 0 47 307 143 37
Binary 1 1101011 10011100 1100011 11111 0 100111 11000111 1100011 11111

Color Harmonies of #016B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B9C

Black with #016B9C

Text Example


Text Example

White with #016B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,107,156); }

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

background-color css

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

 a { background-color: rgb(1,107,156); }

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

border-color css

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

 span { border-color: rgb(1,107,156); }

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