#045081

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

Shades of Dark Cerulean #045081

Tints of Dark Cerulean #045081

Color information

#045081 (or 0x045081) is unknown color: approx Dark Cerulean. HEX triplet: 04, 50 and 81. RGB value is (4,80,129). Sum of RGB (Red+Green+Blue) = 4+80+129=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 129 (50.78% from 255 or 60.56% from 213); Max value from RGB is 129 - color contains mainly: blue. Hex color #045081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045081 is #FBAF7E. Grayscale: #3E3E3E. Windows color (decimal): -16494463 or 8474628. OLE color: 8474628.

HSL color Cylindrical-coordinate representation of color #045081: hue angle of 203.52º 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 #045081 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB480129-
CMYK0.970.3800.49
HSL203.52º93.98%26.08%-
HSV(B)203.52º96.9%50.59%-
XYZ6.887.3521.82-
YUV62.86165.3286.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.88%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 129 (50.78% from 255) = 60.56%
R=1.88%
G=37.56%
B=60.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4801290.970.3800.49203.5293.9826.08
Hex450816126031cc5e1a
Octal41202011414606131413632
Binary1001010000100000011100001100110011000111001100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045081; }

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

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

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

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

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

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

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

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