#093C71

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

Shades of Dark Cerulean #093C71

Tints of Dark Cerulean #093C71

Color information

#093C71 (or 0x093C71) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3C and 71. RGB value is (9,60,113). Sum of RGB (Red+Green+Blue) = 9+60+113=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #093C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C71 is #F6C38E. Grayscale: #323232. Windows color (decimal): -16171919 or 7420937. OLE color: 7420937.

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

Color convert

RGB960113-
CMYK0.920.4700.56
HSL210.58º85.25%23.92%-
HSV(B)210.58º92.04%44.31%-
XYZ4.714.4816.24-
YUV50.79163.198.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.95%
GREEN value IS 60 (23.83% from 255) = 32.97%
BLUE value IS 113 (44.53% from 255) = 62.09%
R=4.95%
G=32.97%
B=62.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9601130.920.4700.56210.5885.2523.92
Hex93C715C2F038d35518
Octal11741611345707032312530
Binary100111110011100011011100101111011100011010011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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