#01568F

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

Shades of Dark Cerulean #01568F

Tints of Dark Cerulean #01568F

Color information

#01568F (or 0x01568F) is unknown color: approx Dark Cerulean. HEX triplet: 01, 56 and 8F. RGB value is (1,86,143). Sum of RGB (Red+Green+Blue) = 1+86+143=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 143 (56.25% from 255 or 62.17% from 230); Max value from RGB is 143 - color contains mainly: blue. Hex color #01568F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01568F is #FEA970. Grayscale: #424242. Windows color (decimal): -16689521 or 9393665. OLE color: 9393665.

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

Color convert

RGB186143-
CMYK0.990.4000.44
HSL204.08º98.61%28.24%-
HSV(B)204.08º99.3%56.08%-
XYZ8.38.6527.22-
YUV67.08170.8480.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 143 (56.25% from 255) = 62.17%
R=0.43%
G=37.39%
B=62.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1861430.990.4000.44204.0898.6128.24
Hex1568F632802Ccc631c
Octal11262171435005431414334
Binary11010110100011111100011101000010110011001100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01568F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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