#093B73

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

Shades of Dark Cerulean #093B73

Tints of Dark Cerulean #093B73

Color information

#093B73 (or 0x093B73) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3B and 73. RGB value is (9,59,115). Sum of RGB (Red+Green+Blue) = 9+59+115=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #093B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093B73 is #F6C48C. Grayscale: #323232. Windows color (decimal): -16172173 or 7551753. OLE color: 7551753.

HSL color Cylindrical-coordinate representation of color #093B73: hue angle of 211.7º 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 #093B73 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB959115-
CMYK0.920.4900.55
HSL211.7º85.48%24.31%-
HSV(B)211.7º92.17%45.1%-
XYZ4.774.4216.82-
YUV50.43164.4498.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.92%
GREEN value IS 59 (23.44% from 255) = 32.24%
BLUE value IS 115 (45.31% from 255) = 62.84%
R=4.92%
G=32.24%
B=62.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9591150.920.4900.55211.785.4824.31
Hex93B735C31037d45518
Octal11731631346106732412530
Binary100111101111100111011100110001011011111010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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