#01608F

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

Shades of Dark Cerulean #01608F

Tints of Dark Cerulean #01608F

Color information

#01608F (or 0x01608F) is unknown color: approx Dark Cerulean. HEX triplet: 01, 60 and 8F. RGB value is (1,96,143). Sum of RGB (Red+Green+Blue) = 1+96+143=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #01608F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01608F is #FE9F70. Grayscale: #484848. Windows color (decimal): -16686961 or 9396225. OLE color: 9396225.

HSL color Cylindrical-coordinate representation of color #01608F: hue angle of 199.86º 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 #01608F is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB196143-
CMYK0.990.3300.44
HSL199.86º98.61%28.24%-
HSV(B)199.86º99.3%56.08%-
XYZ9.1510.3627.5-
YUV72.95167.5376.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 143 (56.25% from 255) = 59.58%
R=0.42%
G=40%
B=59.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1961430.990.3300.44199.8698.6128.24
Hex1608F632102Cc8631c
Octal11402171434105431014334
Binary11100000100011111100011100001010110011001000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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