#093E45

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

Shades of Cyprus #093E45

Tints of Cyprus #093E45

Color information

#093E45 (or 0x093E45) is unknown color: approx Cyprus. HEX triplet: 09, 3E and 45. RGB value is (9,62,69). Sum of RGB (Red+Green+Blue) = 9+62+69=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 62 (24.61% from 255 or 44.29% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #093E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E45 is #F6C1BA. Grayscale: #2E2E2E. Windows color (decimal): -16171451 or 4537865. OLE color: 4537865.

HSL color Cylindrical-coordinate representation of color #093E45: hue angle of 187º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093E45 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB96269-
CMYK0.870.1000.73
HSL187º76.92%15.29%-
HSV(B)187º86.96%27.06%-
XYZ2.913.936.24-
YUV46.95140.44100.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.43%
GREEN value IS 62 (24.61% from 255) = 44.29%
BLUE value IS 69 (27.34% from 255) = 49.29%
R=6.43%
G=44.29%
B=49.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal962690.870.1000.7318776.9215.29
Hex93E4557A049bb4df
Octal117610512712011127311517
Binary1001111110100010110101111010010010011011101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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