#045393

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

Shades of Dark Cerulean #045393

Tints of Dark Cerulean #045393

Color information

#045393 (or 0x045393) is unknown color: approx Dark Cerulean. HEX triplet: 04, 53 and 93. RGB value is (4,83,147). Sum of RGB (Red+Green+Blue) = 4+83+147=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #045393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045393 is #FBAC6C. Grayscale: #424242. Windows color (decimal): -16493677 or 9655044. OLE color: 9655044.

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

Color convert

RGB483147-
CMYK0.970.4400.42
HSL206.85º94.7%29.61%-
HSV(B)206.85º97.28%57.65%-
XYZ8.418.3228.77-
YUV66.68173.3383.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.71%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 147 (57.81% from 255) = 62.82%
R=1.71%
G=35.47%
B=62.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4831470.970.4400.42206.8594.729.61
Hex45393612C02Acf5f1e
Octal41232231415405231713736
Binary1001010011100100111100001101100010101011001111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045393; }

 p { color: rgb(4,83,147); }

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

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

 a { background-color: rgb(4,83,147); }

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

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

 span { border-color: rgb(4,83,147); }

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