#01558A

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

Shades of Dark Cerulean #01558A

Tints of Dark Cerulean #01558A

Color information

#01558A (or 0x01558A) is unknown color: approx Dark Cerulean. HEX triplet: 01, 55 and 8A. RGB value is (1,85,138). Sum of RGB (Red+Green+Blue) = 1+85+138=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 138 (54.30% from 255 or 61.61% from 224); Max value from RGB is 138 - color contains mainly: blue. Hex color #01558A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01558A is #FEAA75. Grayscale: #414141. Windows color (decimal): -16689782 or 9065729. OLE color: 9065729.

HSL color Cylindrical-coordinate representation of color #01558A: hue angle of 203.21º 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 #01558A is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB185138-
CMYK0.990.3800.46
HSL203.21º98.56%27.25%-
HSV(B)203.21º99.28%54.12%-
XYZ7.858.3425.24-
YUV65.93168.6781.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 138 (54.30% from 255) = 61.61%
R=0.45%
G=37.95%
B=61.61%

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
Decimal1851380.990.3800.46203.2198.5627.25
Hex1558A632602Ecb631b
Octal11252121434605631314333
Binary11010101100010101100011100110010111011001011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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