#01508B

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

Shades of Dark Cerulean #01508B

Tints of Dark Cerulean #01508B

Color information

#01508B (or 0x01508B) is unknown color: approx Dark Cerulean. HEX triplet: 01, 50 and 8B. RGB value is (1,80,139). Sum of RGB (Red+Green+Blue) = 1+80+139=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #01508B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01508B is #FEAF74. Grayscale: #3E3E3E. Windows color (decimal): -16691061 or 9129985. OLE color: 9129985.

HSL color Cylindrical-coordinate representation of color #01508B: hue angle of 205.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01508B is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB180139-
CMYK0.990.4200.45
HSL205.65º98.57%27.45%-
HSV(B)205.65º99.28%54.51%-
XYZ7.547.6125.5-
YUV63.1170.8383.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 139 (54.69% from 255) = 63.18%
R=0.45%
G=36.36%
B=63.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1801390.990.4200.45205.6598.5727.45
Hex1508B632A02Dce631b
Octal11202131435205531614333
Binary11010000100010111100011101010010110111001110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01508B; }

 p { color: rgb(1,80,139); }

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

<style>
 a { background-color: #01508B; }

 a { background-color: rgb(1,80,139); }

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

<style>
 span { border-color: #01508B; }

 span { border-color: rgb(1,80,139); }

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