#045083

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

Shades of Dark Cerulean #045083

Tints of Dark Cerulean #045083

Color information

#045083 (or 0x045083) is unknown color: approx Dark Cerulean. HEX triplet: 04, 50 and 83. RGB value is (4,80,131). Sum of RGB (Red+Green+Blue) = 4+80+131=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 131 (51.56% from 255 or 60.93% from 215); Max value from RGB is 131 - color contains mainly: blue. Hex color #045083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045083 is #FBAF7C. Grayscale: #3E3E3E. Windows color (decimal): -16494461 or 8605700. OLE color: 8605700.

HSL color Cylindrical-coordinate representation of color #045083: hue angle of 204.09º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045083 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB480131-
CMYK0.970.3900.49
HSL204.09º94.07%26.47%-
HSV(B)204.09º96.95%51.37%-
XYZ7.027.422.53-
YUV63.09166.3285.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.86%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 131 (51.56% from 255) = 60.93%
R=1.86%
G=37.21%
B=60.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4801310.970.3900.49204.0994.0726.47
Hex450836127031cc5e1a
Octal41202031414706131413632
Binary1001010000100000111100001100111011000111001100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045083; }

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

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

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

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

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

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

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

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