#094043

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

Shades of Cyprus #094043

Tints of Cyprus #094043

Color information

#094043 (or 0x094043) is unknown color: approx Cyprus. HEX triplet: 09, 40 and 43. RGB value is (9,64,67). Sum of RGB (Red+Green+Blue) = 9+64+67=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 67 - color contains mainly: blue. Hex color #094043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094043 is #F6BFBC. Grayscale: #2F2F2F. Windows color (decimal): -16170941 or 4407305. OLE color: 4407305.

HSL color Cylindrical-coordinate representation of color #094043: hue angle of 183.1º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094043 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB96467-
CMYK0.870.0400.74
HSL183.1º76.32%14.9%-
HSV(B)183.1º86.57%26.27%-
XYZ2.964.135.95-
YUV47.9138.78100.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.43%
GREEN value IS 64 (25.39% from 255) = 45.71%
BLUE value IS 67 (26.56% from 255) = 47.86%
R=6.43%
G=45.71%
B=47.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal964670.870.0400.74183.176.3214.9
Hex9404357404Ab74cf
Octal111001031274011226711417
Binary1001100000010000111010111100010010101011011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094043; }

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

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

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

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

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

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

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

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