#01568A

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

Shades of Dark Cerulean #01568A

Tints of Dark Cerulean #01568A

Color information

#01568A (or 0x01568A) is unknown color: approx Dark Cerulean. HEX triplet: 01, 56 and 8A. RGB value is (1,86,138). Sum of RGB (Red+Green+Blue) = 1+86+138=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #01568A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01568A is #FEA975. Grayscale: #424242. Windows color (decimal): -16689526 or 9065985. OLE color: 9065985.

HSL color Cylindrical-coordinate representation of color #01568A: hue angle of 202.77º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01568A is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB186138-
CMYK0.990.3800.46
HSL202.77º98.56%27.25%-
HSV(B)202.77º99.28%54.12%-
XYZ7.938.525.27-
YUV66.51168.3481.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 138 (54.30% from 255) = 61.33%
R=0.44%
G=38.22%
B=61.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1861380.990.3800.46202.7798.5627.25
Hex1568A632602Ecb631b
Octal11262121434605631314333
Binary11010110100010101100011100110010111011001011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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