#016FB0

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

Shades of Cerulean #016FB0

Tints of Cerulean #016FB0

Color information

#016FB0 (or 0x016FB0) is unknown color: approx Cerulean. HEX triplet: 01, 6F and B0. RGB value is (1,111,176). Sum of RGB (Red+Green+Blue) = 1+111+176=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 176 (69.14% from 255 or 61.11% from 288); Max value from RGB is 176 - color contains mainly: blue. Hex color #016FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016FB0 is #FE904F. Grayscale: #555555. Windows color (decimal): -16683088 or 11562753. OLE color: 11562753.

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

Color convert

RGB1111176-
CMYK0.990.3700.31
HSL202.29º98.87%34.71%-
HSV(B)202.29º99.43%69.02%-
XYZ13.5314.5143.16-
YUV85.52179.0667.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 176 (69.14% from 255) = 61.11%
R=0.35%
G=38.54%
B=61.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11111760.990.3700.31202.2998.8734.71
Hex16FB0632501Fca6323
Octal11572601434503731214343
Binary11101111101100001100011100101011111110010101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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