#014573

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

Shades of Dark Cerulean #014573

Tints of Dark Cerulean #014573

Color information

#014573 (or 0x014573) is unknown color: approx Dark Cerulean. HEX triplet: 01, 45 and 73. RGB value is (1,69,115). Sum of RGB (Red+Green+Blue) = 1+69+115=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #014573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014573 is #FEBA8C. Grayscale: #353535. Windows color (decimal): -16693901 or 7554305. OLE color: 7554305.

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

Color convert

RGB169115-
CMYK0.990.400.55
HSL204.21º98.28%22.75%-
HSV(B)204.21º99.13%45.1%-
XYZ5.245.517.01-
YUV53.91162.4790.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 115 (45.31% from 255) = 62.16%
R=0.54%
G=37.30%
B=62.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1691150.990.400.55204.2198.2822.75
Hex145736328037cc6217
Octal11051631435006731414227
Binary1100010111100111100011101000011011111001100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014573; }

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

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

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

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

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

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

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

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