#01609F

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

Shades of Cerulean #01609F

Tints of Cerulean #01609F

Color information

#01609F (or 0x01609F) is unknown color: approx Cerulean. HEX triplet: 01, 60 and 9F. RGB value is (1,96,159). Sum of RGB (Red+Green+Blue) = 1+96+159=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #01609F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01609F is #FE9F60. Grayscale: #4A4A4A. Windows color (decimal): -16686945 or 10444801. OLE color: 10444801.

HSL color Cylindrical-coordinate representation of color #01609F: hue angle of 203.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01609F is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB196159-
CMYK0.990.4000.38
HSL203.92º98.75%31.37%-
HSV(B)203.92º99.37%62.35%-
XYZ10.4510.8834.35-
YUV74.78175.5375.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 159 (62.5% from 255) = 62.11%
R=0.39%
G=37.5%
B=62.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1961590.990.4000.38203.9298.7531.37
Hex1609F6328026cc631f
Octal11402371435004631414337
Binary11100000100111111100011101000010011011001100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01609F; }

 p { color: rgb(1,96,159); }

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

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

 a { background-color: rgb(1,96,159); }

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

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

 span { border-color: rgb(1,96,159); }

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