#093582

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

Shades of Dark Cerulean #093582

Tints of Dark Cerulean #093582

Color information

#093582 (or 0x093582) is unknown color: approx Dark Cerulean. HEX triplet: 09, 35 and 82. RGB value is (9,53,130). Sum of RGB (Red+Green+Blue) = 9+53+130=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #093582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093582 is #F6CA7D. Grayscale: #303030. Windows color (decimal): -16173694 or 8533257. OLE color: 8533257.

HSL color Cylindrical-coordinate representation of color #093582: hue angle of 218.18º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093582 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB953130-
CMYK0.930.5900.49
HSL218.18º87.05%27.25%-
HSV(B)218.18º93.08%50.98%-
XYZ5.424.2221.65-
YUV48.62173.9299.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.69%
GREEN value IS 53 (21.09% from 255) = 27.60%
BLUE value IS 130 (51.17% from 255) = 67.71%
R=4.69%
G=27.60%
B=67.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9531300.930.5900.49218.1887.0527.25
Hex935825D3B031da571b
Octal11652021357306133212733
Binary1001110101100000101011101111011011000111011010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093582; }

 p { color: rgb(9,53,130); }

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

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

 a { background-color: rgb(9,53,130); }

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

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

 span { border-color: rgb(9,53,130); }

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