#093782

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

Shades of Dark Cerulean #093782

Tints of Dark Cerulean #093782

Color information

#093782 (or 0x093782) is unknown color: approx Dark Cerulean. HEX triplet: 09, 37 and 82. RGB value is (9,55,130). Sum of RGB (Red+Green+Blue) = 9+55+130=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #093782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093782 is #F6C87D. Grayscale: #313131. Windows color (decimal): -16173182 or 8533769. OLE color: 8533769.

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

Color convert

RGB955130-
CMYK0.930.5800.49
HSL217.19º87.05%27.25%-
HSV(B)217.19º93.08%50.98%-
XYZ5.514.421.68-
YUV49.8173.2698.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.64%
GREEN value IS 55 (21.88% from 255) = 28.35%
BLUE value IS 130 (51.17% from 255) = 67.01%
R=4.64%
G=28.35%
B=67.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9551300.930.5800.49217.1987.0527.25
Hex937825D3A031d9571b
Octal11672021357206133112733
Binary1001110111100000101011101111010011000111011001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093782; }

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

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

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

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

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

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

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

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