#016BB4

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

Shades of Cerulean #016BB4

Tints of Cerulean #016BB4

Color information

#016BB4 (or 0x016BB4) is unknown color: approx Cerulean. HEX triplet: 01, 6B and B4. RGB value is (1,107,180). Sum of RGB (Red+Green+Blue) = 1+107+180=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 180 (70.70% from 255 or 62.5% from 288); Max value from RGB is 180 - color contains mainly: blue. Hex color #016BB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BB4 is #FE944B. Grayscale: #535353. Windows color (decimal): -16684108 or 11823873. OLE color: 11823873.

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

Color convert

RGB1107180-
CMYK0.990.4100.29
HSL204.47º98.9%35.49%-
HSV(B)204.47º99.44%70.59%-
XYZ13.5113.8245.14-
YUV83.63182.3869.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 107 (42.19% from 255) = 37.15%
BLUE value IS 180 (70.70% from 255) = 62.5%
R=0.35%
G=37.15%
B=62.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11071800.990.4100.29204.4798.935.49
Hex16BB4632901Dcc6323
Octal11532641435103531414343
Binary11101011101101001100011101001011101110011001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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