#045A95

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

Shades of Dark Cerulean #045A95

Tints of Dark Cerulean #045A95

Color information

#045A95 (or 0x045A95) is unknown color: approx Dark Cerulean. HEX triplet: 04, 5A and 95. RGB value is (4,90,149). Sum of RGB (Red+Green+Blue) = 4+90+149=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #045A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045A95 is #FBA56A. Grayscale: #464646. Windows color (decimal): -16491883 or 9787908. OLE color: 9787908.

HSL color Cylindrical-coordinate representation of color #045A95: hue angle of 204.41º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045A95 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB490149-
CMYK0.970.4000.42
HSL204.41º94.77%30%-
HSV(B)204.41º97.32%58.43%-
XYZ9.139.5129.79-
YUV71.01172.0180.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 90 (35.55% from 255) = 37.04%
BLUE value IS 149 (58.59% from 255) = 61.32%
R=1.65%
G=37.04%
B=61.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4901490.970.4000.42204.4194.7730
Hex45A95612802Acc5f1e
Octal41322251415005231413736
Binary1001011010100101011100001101000010101011001100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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