#094040

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

Shades of Cyprus #094040

Tints of Cyprus #094040

Color information

#094040 (or 0x094040) is unknown color: approx Cyprus. HEX triplet: 09, 40 and 40. RGB value is (9,64,64). Sum of RGB (Red+Green+Blue) = 9+64+64=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #094040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094040 is #F6BFBF. Grayscale: #2F2F2F. Windows color (decimal): -16170944 or 4210697. OLE color: 4210697.

HSL color Cylindrical-coordinate representation of color #094040: hue angle of 180º 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 #094040 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB96464-
CMYK0.86000.75
HSL180º75.34%14.31%-
HSV(B)180º85.94%25.1%-
XYZ2.874.15.49-
YUV47.56137.28100.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=6.57%
G=46.72%
B=46.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal964640.86000.7518075.3414.31
Hex9404056004Bb44be
Octal111001001260011326411316
Binary10011000000100000010101100010010111011010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094040; }

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

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

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

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

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

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

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

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