#093945

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

Shades of Cyprus #093945

Tints of Cyprus #093945

Color information

#093945 (or 0x093945) is unknown color: approx Cyprus. HEX triplet: 09, 39 and 45. RGB value is (9,57,69). Sum of RGB (Red+Green+Blue) = 9+57+69=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #093945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093945 is #F6C6BA. Grayscale: #2B2B2B. Windows color (decimal): -16172731 or 4536585. OLE color: 4536585.

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

Color convert

RGB95769-
CMYK0.870.1700.73
HSL192º76.92%15.29%-
HSV(B)192º86.96%27.06%-
XYZ2.653.416.15-
YUV44.02142.1103.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.67%
GREEN value IS 57 (22.66% from 255) = 42.22%
BLUE value IS 69 (27.34% from 255) = 51.11%
R=6.67%
G=42.22%
B=51.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal957690.870.1700.7319276.9215.29
Hex939455711049c04df
Octal117110512721011130011517
Binary10011110011000101101011110001010010011100000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093945; }

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

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

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

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

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

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

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

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