#093C74

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

Shades of Dark Cerulean #093C74

Tints of Dark Cerulean #093C74

Color information

#093C74 (or 0x093C74) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3C and 74. RGB value is (9,60,116). Sum of RGB (Red+Green+Blue) = 9+60+116=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #093C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C74 is #F6C38B. Grayscale: #323232. Windows color (decimal): -16171916 or 7617545. OLE color: 7617545.

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

Color convert

RGB960116-
CMYK0.920.4800.55
HSL211.4º85.6%24.51%-
HSV(B)211.4º92.24%45.49%-
XYZ4.884.5517.14-
YUV51.14164.697.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 60 (23.83% from 255) = 32.43%
BLUE value IS 116 (45.70% from 255) = 62.70%
R=4.86%
G=32.43%
B=62.70%

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
Decimal9601160.920.4800.55211.485.624.51
Hex93C745C30037d35619
Octal11741641346006732312631
Binary100111110011101001011100110000011011111010011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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