#016390

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

Shades of Cerulean #016390

Tints of Cerulean #016390

Color information

#016390 (or 0x016390) is unknown color: approx Cerulean. HEX triplet: 01, 63 and 90. RGB value is (1,99,144). Sum of RGB (Red+Green+Blue) = 1+99+144=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #016390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016390 is #FE9C6F. Grayscale: #4A4A4A. Windows color (decimal): -16686192 or 9462529. OLE color: 9462529.

HSL color Cylindrical-coordinate representation of color #016390: hue angle of 198.88º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016390 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB199144-
CMYK0.990.3100.44
HSL198.88º98.62%28.43%-
HSV(B)198.88º99.31%56.47%-
XYZ9.5110.9428-
YUV74.83167.0375.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 99 (39.06% from 255) = 40.57%
BLUE value IS 144 (56.64% from 255) = 59.02%
R=0.41%
G=40.57%
B=59.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1991440.990.3100.44198.8898.6228.43
Hex16390631F02Cc7631c
Octal11432201433705430714334
Binary1110001110010000110001111111010110011000111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016390; }

 p { color: rgb(1,99,144); }

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

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

 a { background-color: rgb(1,99,144); }

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

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

 span { border-color: rgb(1,99,144); }

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