#014575

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

Shades of Dark Cerulean #014575

Tints of Dark Cerulean #014575

Color information

#014575 (or 0x014575) is unknown color: approx Dark Cerulean. HEX triplet: 01, 45 and 75. RGB value is (1,69,117). Sum of RGB (Red+Green+Blue) = 1+69+117=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #014575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014575 is #FEBA8A. Grayscale: #353535. Windows color (decimal): -16693899 or 7685377. OLE color: 7685377.

HSL color Cylindrical-coordinate representation of color #014575: hue angle of 204.83º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014575 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB169117-
CMYK0.990.4100.54
HSL204.83º98.31%23.14%-
HSV(B)204.83º99.15%45.88%-
XYZ5.355.5517.62-
YUV54.14163.4790.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 117 (46.09% from 255) = 62.57%
R=0.53%
G=36.90%
B=62.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1691170.990.4100.54204.8398.3123.14
Hex145756329036cd6217
Octal11051651435106631514227
Binary1100010111101011100011101001011011011001101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014575; }

 p { color: rgb(1,69,117); }

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

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

 a { background-color: rgb(1,69,117); }

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

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

 span { border-color: rgb(1,69,117); }

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