#093E75

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

Shades of Dark Cerulean #093E75

Tints of Dark Cerulean #093E75

Color information

#093E75 (or 0x093E75) is unknown color: approx Dark Cerulean. HEX triplet: 09, 3E and 75. RGB value is (9,62,117). Sum of RGB (Red+Green+Blue) = 9+62+117=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #093E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E75 is #F6C18A. Grayscale: #343434. Windows color (decimal): -16171403 or 7683593. OLE color: 7683593.

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

Color convert

RGB962117-
CMYK0.920.4700.54
HSL210.56º85.71%24.71%-
HSV(B)210.56º92.31%45.88%-
XYZ5.054.7917.49-
YUV52.42164.4497.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.79%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 117 (46.09% from 255) = 62.23%
R=4.79%
G=32.98%
B=62.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9621170.920.4700.54210.5685.7124.71
Hex93E755C2F036d35619
Octal11761651345706632312631
Binary100111111011101011011100101111011011011010011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,62,117); }

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

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

 a { background-color: rgb(9,62,117); }

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

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

 span { border-color: rgb(9,62,117); }

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