#093976

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

Shades of Dark Cerulean #093976

Tints of Dark Cerulean #093976

Color information

#093976 (or 0x093976) is unknown color: approx Dark Cerulean. HEX triplet: 09, 39 and 76. RGB value is (9,57,118). Sum of RGB (Red+Green+Blue) = 9+57+118=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #093976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093976 is #F6C689. Grayscale: #313131. Windows color (decimal): -16172682 or 7747849. OLE color: 7747849.

HSL color Cylindrical-coordinate representation of color #093976: hue angle of 213.58º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093976 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB957118-
CMYK0.920.5200.54
HSL213.58º85.83%24.9%-
HSV(B)213.58º92.37%46.27%-
XYZ4.854.2917.71-
YUV49.6166.699.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.89%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 118 (46.48% from 255) = 64.13%
R=4.89%
G=30.98%
B=64.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9571180.920.5200.54213.5885.8324.9
Hex939765C34036d65619
Octal11711661346406632612631
Binary100111100111101101011100110100011011011010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093976; }

 p { color: rgb(9,57,118); }

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

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

 a { background-color: rgb(9,57,118); }

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

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

 span { border-color: rgb(9,57,118); }

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