#094347

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

Shades of Cyprus #094347

Tints of Cyprus #094347

Color information

#094347 (or 0x094347) is unknown color: approx Cyprus. HEX triplet: 09, 43 and 47. RGB value is (9,67,71). Sum of RGB (Red+Green+Blue) = 9+67+71=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #094347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094347 is #F6BCB8. Grayscale: #323232. Windows color (decimal): -16170169 or 4670217. OLE color: 4670217.

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

Color convert

RGB96771-
CMYK0.870.0600.72
HSL183.87º77.5%15.69%-
HSV(B)183.87º87.32%27.84%-
XYZ3.264.536.66-
YUV50.11139.7898.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 67 (26.56% from 255) = 45.58%
BLUE value IS 71 (28.12% from 255) = 48.30%
R=6.12%
G=45.58%
B=48.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal967710.870.0600.72183.8777.515.69
Hex94347576048b84e10
Octal111031071276011027011620
Binary10011000011100011110101111100100100010111000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094347; }

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

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

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

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

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

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

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

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