#094449

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

Shades of Cyprus #094449

Tints of Cyprus #094449

Color information

#094449 (or 0x094449) is unknown color: approx Cyprus. HEX triplet: 09, 44 and 49. RGB value is (9,68,73). Sum of RGB (Red+Green+Blue) = 9+68+73=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #094449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094449 is #F6BBB6. Grayscale: #323232. Windows color (decimal): -16169911 or 4801545. OLE color: 4801545.

HSL color Cylindrical-coordinate representation of color #094449: hue angle of 184.69º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094449 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB96873-
CMYK0.880.0700.71
HSL184.69º78.05%16.08%-
HSV(B)184.69º87.67%28.63%-
XYZ3.384.677.03-
YUV50.93140.4598.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 68 (26.95% from 255) = 45.33%
BLUE value IS 73 (28.91% from 255) = 48.67%
R=6%
G=45.33%
B=48.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal968730.880.0700.71184.6978.0516.08
Hex94449587047b94e10
Octal111041111307010727111620
Binary10011000100100100110110001110100011110111001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094449; }

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

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

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

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

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

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

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

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