#094247

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

Shades of Cyprus #094247

Tints of Cyprus #094247

Color information

#094247 (or 0x094247) is unknown color: approx Cyprus. HEX triplet: 09, 42 and 47. RGB value is (9,66,71). Sum of RGB (Red+Green+Blue) = 9+66+71=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #094247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094247 is #F6BDB8. Grayscale: #313131. Windows color (decimal): -16170425 or 4669961. OLE color: 4669961.

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

Color convert

RGB96671-
CMYK0.870.0700.72
HSL184.84º77.5%15.69%-
HSV(B)184.84º87.32%27.84%-
XYZ3.24.416.64-
YUV49.53140.1299.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 66 (26.17% from 255) = 45.21%
BLUE value IS 71 (28.12% from 255) = 48.63%
R=6.16%
G=45.21%
B=48.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal966710.870.0700.72184.8477.515.69
Hex94247577048b94e10
Octal111021071277011027111620
Binary10011000010100011110101111110100100010111001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094247; }

 p { color: rgb(9,66,71); }

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

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

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

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

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

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

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