#045071

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

Shades of Dark Cerulean #045071

Tints of Dark Cerulean #045071

Color information

#045071 (or 0x045071) is unknown color: approx Dark Cerulean. HEX triplet: 04, 50 and 71. RGB value is (4,80,113). Sum of RGB (Red+Green+Blue) = 4+80+113=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #045071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045071 is #FBAF8E. Grayscale: #3C3C3C. Windows color (decimal): -16494479 or 7426052. OLE color: 7426052.

HSL color Cylindrical-coordinate representation of color #045071: hue angle of 198.17º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045071 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB480113-
CMYK0.960.2900.56
HSL198.17º93.16%22.94%-
HSV(B)198.17º96.46%44.31%-
XYZ5.96.9616.65-
YUV61.04157.3287.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.03%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 113 (44.53% from 255) = 57.36%
R=2.03%
G=40.61%
B=57.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4801130.960.2900.56198.1793.1622.94
Hex45071601D038c65d17
Octal41201611403507030613527
Binary10010100001110001110000011101011100011000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045071; }

 p { color: rgb(4,80,113); }

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

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

 a { background-color: rgb(4,80,113); }

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

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

 span { border-color: rgb(4,80,113); }

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