#016BAD

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

Shades of Cerulean #016BAD

Tints of Cerulean #016BAD

Color information

#016BAD (or 0x016BAD) is unknown color: approx Cerulean. HEX triplet: 01, 6B and AD. RGB value is (1,107,173). Sum of RGB (Red+Green+Blue) = 1+107+173=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #016BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016BAD is #FE9452. Grayscale: #525252. Windows color (decimal): -16684115 or 11365121. OLE color: 11365121.

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

Color convert

RGB1107173-
CMYK0.990.3800.32
HSL203.02º98.85%34.12%-
HSV(B)203.02º99.42%67.84%-
XYZ12.8113.5441.47-
YUV82.83178.8869.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 107 (42.19% from 255) = 38.08%
BLUE value IS 173 (67.97% from 255) = 61.57%
R=0.36%
G=38.08%
B=61.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11071730.990.3800.32203.0298.8534.12
Hex16BAD6326020cb6322
Octal11532551434604031314342
Binary111010111010110111000111001100100000110010111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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