#045883

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

Shades of Dark Cerulean #045883

Tints of Dark Cerulean #045883

Color information

#045883 (or 0x045883) is unknown color: approx Dark Cerulean. HEX triplet: 04, 58 and 83. RGB value is (4,88,131). Sum of RGB (Red+Green+Blue) = 4+88+131=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #045883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045883 is #FBA77C. Grayscale: #434343. Windows color (decimal): -16492413 or 8607748. OLE color: 8607748.

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

Color convert

RGB488131-
CMYK0.970.3300.49
HSL200.31º94.07%26.47%-
HSV(B)200.31º96.95%51.37%-
XYZ7.648.6422.74-
YUV67.79163.6782.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 131 (51.56% from 255) = 58.74%
R=1.79%
G=39.46%
B=58.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4881310.970.3300.49200.3194.0726.47
Hex458836121031c85e1a
Octal41302031414106131013632
Binary1001011000100000111100001100001011000111001000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045883; }

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

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

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

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

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

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

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

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