#016F9F

Color #016F9F Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #016F9F

Tints of Cerulean #016F9F

Color information

#016F9F (or 0x016F9F) is unknown color: approx Cerulean. HEX triplet: 01, 6F and 9F. RGB value is (1,111,159). Sum of RGB (Red+Green+Blue) = 1+111+159=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #016F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F9F is #FE9060. Grayscale: #535353. Windows color (decimal): -16683105 or 10448641. OLE color: 10448641.

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

Color convert

RGB1111159-
CMYK0.990.3000.38
HSL198.23º98.75%31.37%-
HSV(B)198.23º99.37%62.35%-
XYZ11.9513.8834.85-
YUV83.58170.5669.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 111 (43.75% from 255) = 40.96%
BLUE value IS 159 (62.5% from 255) = 58.67%
R=0.37%
G=40.96%
B=58.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11111590.990.3000.38198.2398.7531.37
Hex16F9F631E026c6631f
Octal11572371433604630614337
Binary1110111110011111110001111110010011011000110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #016F9F;
 }
 .AnyTagClassName
 {
   color: #016F9F;
 }
</style>
background-color css

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

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

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

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

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

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