#094044

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

Shades of Cyprus #094044

Tints of Cyprus #094044

Color information

#094044 (or 0x094044) is unknown color: approx Cyprus. HEX triplet: 09, 40 and 44. RGB value is (9,64,68). Sum of RGB (Red+Green+Blue) = 9+64+68=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #094044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094044 is #F6BFBB. Grayscale: #2F2F2F. Windows color (decimal): -16170940 or 4472841. OLE color: 4472841.

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

Color convert

RGB96468-
CMYK0.870.0600.73
HSL184.07º76.62%15.1%-
HSV(B)184.07º86.76%26.67%-
XYZ2.994.146.11-
YUV48.01139.28100.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 68 (26.95% from 255) = 48.23%
R=6.38%
G=45.39%
B=48.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal964680.870.0600.73184.0776.6215.1
Hex94044576049b84df
Octal111001041276011127011517
Binary1001100000010001001010111110010010011011100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094044; }

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

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

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

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

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

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

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

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