#093876

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

Shades of Dark Cerulean #093876

Tints of Dark Cerulean #093876

Color information

#093876 (or 0x093876) is unknown color: approx Dark Cerulean. HEX triplet: 09, 38 and 76. RGB value is (9,56,118). Sum of RGB (Red+Green+Blue) = 9+56+118=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #093876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093876 is #F6C789. Grayscale: #303030. Windows color (decimal): -16172938 or 7747593. OLE color: 7747593.

HSL color Cylindrical-coordinate representation of color #093876: hue angle of 214.13º 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 #093876 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB956118-
CMYK0.920.5300.54
HSL214.13º85.83%24.9%-
HSV(B)214.13º92.37%46.27%-
XYZ4.84.1917.7-
YUV49.02166.9399.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.92%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 118 (46.48% from 255) = 64.48%
R=4.92%
G=30.60%
B=64.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9561180.920.5300.54214.1385.8324.9
Hex938765C35036d65619
Octal11701661346506632612631
Binary100111100011101101011100110101011011011010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093876; }

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

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

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

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

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

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

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

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