#01577E

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

Shades of Dark Cerulean #01577E

Tints of Dark Cerulean #01577E

Color information

#01577E (or 0x01577E) is unknown color: approx Dark Cerulean. HEX triplet: 01, 57 and 7E. RGB value is (1,87,126). Sum of RGB (Red+Green+Blue) = 1+87+126=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 126 (49.61% from 255 or 58.88% from 214); Max value from RGB is 126 - color contains mainly: blue. Hex color #01577E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01577E is #FEA881. Grayscale: #414141. Windows color (decimal): -16689282 or 8279809. OLE color: 8279809.

HSL color Cylindrical-coordinate representation of color #01577E: hue angle of 198.72º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01577E is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB187126-
CMYK0.990.3100.51
HSL198.72º98.43%24.9%-
HSV(B)198.72º99.21%49.41%-
XYZ7.198.3320.97-
YUV65.73162.0181.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 87 (34.38% from 255) = 40.65%
BLUE value IS 126 (49.61% from 255) = 58.88%
R=0.47%
G=40.65%
B=58.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1871260.990.3100.51198.7298.4324.9
Hex1577E631F033c76219
Octal11271761433706330714231
Binary110101111111110110001111111011001111000111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01577E; }

 p { color: rgb(1,87,126); }

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

<style>
 a { background-color: #01577E; }

 a { background-color: rgb(1,87,126); }

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

<style>
 span { border-color: #01577E; }

 span { border-color: rgb(1,87,126); }

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