#093978

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

Shades of Dark Cerulean #093978

Tints of Dark Cerulean #093978

Color information

#093978 (or 0x093978) is unknown color: approx Dark Cerulean. HEX triplet: 09, 39 and 78. RGB value is (9,57,120). Sum of RGB (Red+Green+Blue) = 9+57+120=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #093978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093978 is #F6C687. Grayscale: #313131. Windows color (decimal): -16172680 or 7878921. OLE color: 7878921.

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

Color convert

RGB957120-
CMYK0.920.5200.53
HSL214.05º86.05%25.29%-
HSV(B)214.05º92.5%47.06%-
XYZ4.974.3418.35-
YUV49.83167.698.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 120 (47.27% from 255) = 64.52%
R=4.84%
G=30.65%
B=64.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9571200.920.5200.53214.0586.0525.29
Hex939785C34035d65619
Octal11711701346406532612631
Binary100111100111110001011100110100011010111010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093978; }

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

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

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

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

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

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

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

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