#094548

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

Shades of Cyprus #094548

Tints of Cyprus #094548

Color information

#094548 (or 0x094548) is unknown color: approx Cyprus. HEX triplet: 09, 45 and 48. RGB value is (9,69,72). Sum of RGB (Red+Green+Blue) = 9+69+72=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #094548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094548 is #F6BAB7. Grayscale: #333333. Windows color (decimal): -16169656 or 4736265. OLE color: 4736265.

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

Color convert

RGB96972-
CMYK0.880.0400.72
HSL182.86º77.78%15.88%-
HSV(B)182.86º87.5%28.24%-
XYZ3.414.786.87-
YUV51.4139.6297.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 69 (27.34% from 255) = 46%
BLUE value IS 72 (28.52% from 255) = 48%
R=6%
G=46%
B=48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal969720.880.0400.72182.8677.7815.88
Hex94548584048b74e10
Octal111051101304011026711620
Binary10011000101100100010110001000100100010110111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094548; }

 p { color: rgb(9,69,72); }

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

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

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

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

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

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

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