#045A8D

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

Shades of Dark Cerulean #045A8D

Tints of Dark Cerulean #045A8D

Color information

#045A8D (or 0x045A8D) is unknown color: approx Dark Cerulean. HEX triplet: 04, 5A and 8D. RGB value is (4,90,141). Sum of RGB (Red+Green+Blue) = 4+90+141=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #045A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045A8D is #FBA572. Grayscale: #454545. Windows color (decimal): -16491891 or 9263620. OLE color: 9263620.

HSL color Cylindrical-coordinate representation of color #045A8D: hue angle of 202.34º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045A8D is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB490141-
CMYK0.970.3600.45
HSL202.34º94.48%28.43%-
HSV(B)202.34º97.16%55.29%-
XYZ8.519.2626.54-
YUV70.1168.0180.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.70%
GREEN value IS 90 (35.55% from 255) = 38.30%
BLUE value IS 141 (55.47% from 255) = 60%
R=1.70%
G=38.30%
B=60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4901410.970.3600.45202.3494.4828.43
Hex45A8D612402Dca5e1c
Octal41322151414405531213634
Binary1001011010100011011100001100100010110111001010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045A8D; }

 p { color: rgb(4,90,141); }

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

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

 a { background-color: rgb(4,90,141); }

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

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

 span { border-color: rgb(4,90,141); }

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