#016F9A

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

Shades of Cerulean #016F9A

Tints of Cerulean #016F9A

Color information

#016F9A (or 0x016F9A) is unknown color: approx Cerulean. HEX triplet: 01, 6F and 9A. RGB value is (1,111,154). Sum of RGB (Red+Green+Blue) = 1+111+154=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #016F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F9A is #FE9065. Grayscale: #525252. Windows color (decimal): -16683110 or 10120961. OLE color: 10120961.

HSL color Cylindrical-coordinate representation of color #016F9A: hue angle of 196.86º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F9A is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1111154-
CMYK0.990.2800.40
HSL196.86º98.71%30.39%-
HSV(B)196.86º99.35%60.39%-
XYZ11.5313.7132.61-
YUV83.01168.0669.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 111 (43.75% from 255) = 41.73%
BLUE value IS 154 (60.55% from 255) = 57.89%
R=0.38%
G=41.73%
B=57.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11111540.990.2800.40196.8698.7130.39
Hex16F9A631C028c5631e
Octal11572321433405030514336
Binary1110111110011010110001111100010100011000101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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