#093940

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

Shades of Cyprus #093940

Tints of Cyprus #093940

Color information

#093940 (or 0x093940) is unknown color: approx Cyprus. HEX triplet: 09, 39 and 40. RGB value is (9,57,64). Sum of RGB (Red+Green+Blue) = 9+57+64=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #093940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093940 is #F6C6BF. Grayscale: #2B2B2B. Windows color (decimal): -16172736 or 4208905. OLE color: 4208905.

HSL color Cylindrical-coordinate representation of color #093940: hue angle of 187.64º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093940 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB95764-
CMYK0.860.1100.75
HSL187.64º75.34%14.31%-
HSV(B)187.64º85.94%25.1%-
XYZ2.53.355.37-
YUV43.45139.6103.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 57 (22.66% from 255) = 43.85%
BLUE value IS 64 (25.39% from 255) = 49.23%
R=6.92%
G=43.85%
B=49.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal957640.860.1100.75187.6475.3414.31
Hex9394056B04Bbc4be
Octal117110012613011327411316
Binary1001111001100000010101101011010010111011110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093940; }

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

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

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

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

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

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

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

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