#093C73

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

Shades of Dark Cerulean #093C73

Tints of Dark Cerulean #093C73

Color information

#093C73 (or 0x093C73) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3C and 73. RGB value is (9,60,115). Sum of RGB (Red+Green+Blue) = 9+60+115=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #093C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C73 is #F6C38C. Grayscale: #323232. Windows color (decimal): -16171917 or 7552009. OLE color: 7552009.

HSL color Cylindrical-coordinate representation of color #093C73: hue angle of 211.13º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093C73 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB960115-
CMYK0.920.4800.55
HSL211.13º85.48%24.31%-
HSV(B)211.13º92.17%45.1%-
XYZ4.824.5316.84-
YUV51.02164.198.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.89%
GREEN value IS 60 (23.83% from 255) = 32.61%
BLUE value IS 115 (45.31% from 255) = 62.5%
R=4.89%
G=32.61%
B=62.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9601150.920.4800.55211.1385.4824.31
Hex93C735C30037d35518
Octal11741631346006732312530
Binary100111110011100111011100110000011011111010011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093C73; }

 p { color: rgb(9,60,115); }

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

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

 a { background-color: rgb(9,60,115); }

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

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

 span { border-color: rgb(9,60,115); }

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