#045794

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

Shades of Dark Cerulean #045794

Tints of Dark Cerulean #045794

Color information

#045794 (or 0x045794) is unknown color: approx Dark Cerulean. HEX triplet: 04, 57 and 94. RGB value is (4,87,148). Sum of RGB (Red+Green+Blue) = 4+87+148=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #045794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045794 is #FBA86B. Grayscale: #444444. Windows color (decimal): -16492652 or 9721604. OLE color: 9721604.

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

Color convert

RGB487148-
CMYK0.970.4100.42
HSL205.42º94.74%29.8%-
HSV(B)205.42º97.3%58.04%-
XYZ8.88.9829.29-
YUV69.14172.581.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 148 (58.20% from 255) = 61.92%
R=1.67%
G=36.40%
B=61.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4871480.970.4100.42205.4294.7429.8
Hex45794612902Acd5f1e
Octal41272241415105231513736
Binary1001010111100101001100001101001010101011001101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045794; }

 p { color: rgb(4,87,148); }

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

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

 a { background-color: rgb(4,87,148); }

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

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

 span { border-color: rgb(4,87,148); }

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