#093A45

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

Shades of Cyprus #093A45

Tints of Cyprus #093A45

Color information

#093A45 (or 0x093A45) is unknown color: approx Cyprus. HEX triplet: 09, 3A and 45. RGB value is (9,58,69). Sum of RGB (Red+Green+Blue) = 9+58+69=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #093A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A45 is #F6C5BA. Grayscale: #2C2C2C. Windows color (decimal): -16172475 or 4536841. OLE color: 4536841.

HSL color Cylindrical-coordinate representation of color #093A45: hue angle of 191º 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 #093A45 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB95869-
CMYK0.870.1600.73
HSL191º76.92%15.29%-
HSV(B)191º86.96%27.06%-
XYZ2.73.516.17-
YUV44.6141.77102.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.62%
GREEN value IS 58 (23.05% from 255) = 42.65%
BLUE value IS 69 (27.34% from 255) = 50.74%
R=6.62%
G=42.65%
B=50.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal958690.870.1600.7319176.9215.29
Hex93A455710049bf4df
Octal117210512720011127711517
Binary10011110101000101101011110000010010011011111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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