#01557F

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

Shades of Dark Cerulean #01557F

Tints of Dark Cerulean #01557F

Color information

#01557F (or 0x01557F) is unknown color: approx Dark Cerulean. HEX triplet: 01, 55 and 7F. RGB value is (1,85,127). Sum of RGB (Red+Green+Blue) = 1+85+127=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #01557F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01557F is #FEAA80. Grayscale: #404040. Windows color (decimal): -16689793 or 8344833. OLE color: 8344833.

HSL color Cylindrical-coordinate representation of color #01557F: hue angle of 200º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01557F is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB185127-
CMYK0.990.3300.50
HSL200º98.44%25.1%-
HSV(B)200º99.21%49.8%-
XYZ7.098.0421.26-
YUV64.67163.1782.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 127 (50% from 255) = 59.62%
R=0.47%
G=39.91%
B=59.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1851270.990.3300.5020098.4425.1
Hex1557F6321032c86219
Octal11251771434106231014231
Binary1101010111111111100011100001011001011001000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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