#045887

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

Shades of Dark Cerulean #045887

Tints of Dark Cerulean #045887

Color information

#045887 (or 0x045887) is unknown color: approx Dark Cerulean. HEX triplet: 04, 58 and 87. RGB value is (4,88,135). Sum of RGB (Red+Green+Blue) = 4+88+135=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #045887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045887 is #FBA778. Grayscale: #434343. Windows color (decimal): -16492409 or 8869892. OLE color: 8869892.

HSL color Cylindrical-coordinate representation of color #045887: hue angle of 201.53º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045887 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB488135-
CMYK0.970.3500.47
HSL201.53º94.24%27.25%-
HSV(B)201.53º97.04%52.94%-
XYZ7.918.7524.19-
YUV68.24165.6782.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.76%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 135 (53.12% from 255) = 59.47%
R=1.76%
G=38.77%
B=59.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4881350.970.3500.47201.5394.2427.25
Hex45887612302Fca5e1b
Octal41302071414305731213633
Binary1001011000100001111100001100011010111111001010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045887; }

 p { color: rgb(4,88,135); }

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

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

 a { background-color: rgb(4,88,135); }

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

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

 span { border-color: rgb(4,88,135); }

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