#093979

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

Shades of Dark Cerulean #093979

Tints of Dark Cerulean #093979

Color information

#093979 (or 0x093979) is unknown color: approx Dark Cerulean. HEX triplet: 09, 39 and 79. RGB value is (9,57,121). Sum of RGB (Red+Green+Blue) = 9+57+121=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #093979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093979 is #F6C686. Grayscale: #313131. Windows color (decimal): -16172679 or 7944457. OLE color: 7944457.

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

Color convert

RGB957121-
CMYK0.930.5300.53
HSL214.29º86.15%25.49%-
HSV(B)214.29º92.56%47.45%-
XYZ5.034.3618.67-
YUV49.94168.198.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.81%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 121 (47.66% from 255) = 64.71%
R=4.81%
G=30.48%
B=64.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9571210.930.5300.53214.2986.1525.49
Hex939795D35035d65619
Octal11711711356506532612631
Binary100111100111110011011101110101011010111010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093979; }

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

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

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

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

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

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

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

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