#01477F

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

Shades of Dark Cerulean #01477F

Tints of Dark Cerulean #01477F

Color information

#01477F (or 0x01477F) is unknown color: approx Dark Cerulean. HEX triplet: 01, 47 and 7F. RGB value is (1,71,127). Sum of RGB (Red+Green+Blue) = 1+71+127=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #01477F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01477F is #FEB880. Grayscale: #383838. Windows color (decimal): -16693377 or 8341249. OLE color: 8341249.

HSL color Cylindrical-coordinate representation of color #01477F: hue angle of 206.67º 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 #01477F is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB171127-
CMYK0.990.4400.50
HSL206.67º98.44%25.1%-
HSV(B)206.67º99.21%49.8%-
XYZ6.16.0520.92-
YUV56.45167.8188.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 127 (50% from 255) = 63.82%
R=0.50%
G=35.68%
B=63.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1711270.990.4400.50206.6798.4425.1
Hex1477F632C032cf6219
Octal11071771435406231714231
Binary1100011111111111100011101100011001011001111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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