#045689

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

Shades of Dark Cerulean #045689

Tints of Dark Cerulean #045689

Color information

#045689 (or 0x045689) is unknown color: approx Dark Cerulean. HEX triplet: 04, 56 and 89. RGB value is (4,86,137). Sum of RGB (Red+Green+Blue) = 4+86+137=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #045689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045689 is #FBA976. Grayscale: #434343. Windows color (decimal): -16492919 or 9000452. OLE color: 9000452.

HSL color Cylindrical-coordinate representation of color #045689: hue angle of 203.01º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045689 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB486137-
CMYK0.970.3700.46
HSL203.01º94.33%27.65%-
HSV(B)203.01º97.08%53.73%-
XYZ7.898.4924.89-
YUV67.3167.3382.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.76%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 137 (53.91% from 255) = 60.35%
R=1.76%
G=37.89%
B=60.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4861370.970.3700.46203.0194.3327.65
Hex45689612502Ecb5e1c
Octal41262111414505631313634
Binary1001010110100010011100001100101010111011001011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045689; }

 p { color: rgb(4,86,137); }

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

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

 a { background-color: rgb(4,86,137); }

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

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

 span { border-color: rgb(4,86,137); }

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