Html Css Color HEX #016F9C Cerulean

📋 copy color: '#016F9C'

red 1 ◦ green 111 ◦ blue 156

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

Shades of Cerulean #016F9C

Tints of Cerulean #016F9C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.42%

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

R = 0.37%
G = 41.42%
B = 58.21%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#016F9C (or 0x016F9C) is known color: Cerulean. HEX triplet: 01, 6F and 9C. RGB value is (1,111,156). Sum of RGB (Red+Green+Blue) = 1+111+156=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #016F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F9C is #FE9063. Grayscale: #525252. Windows color (decimal): -16683108 or 10252033. OLE color: 10252033.

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

Color convert

RGB 1 111 156 -
CMYK 0.99 0.29 0 0.39
HSL 197.42º 0.99% 0.31% -
HSV(B) 197.42º 0.99% 0.61% -
XYZ 11.7 13.78 33.49 -
YUV 83.24 169.06 69.34 -
System Red Green Blue C M Y K H S L
Decimal 1 111 156 0.99 0.29 0 0.39 197.42 0.99 0.31
Hex 1 6F 9C 63 1D 0 27 C5 63 1F
Octal 1 157 234 143 35 0 47 305 143 37
Binary 1 1101111 10011100 1100011 11101 0 100111 11000101 1100011 11111

Color Harmonies of #016F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F9C

Black with #016F9C

Text Example


Text Example

White with #016F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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