#094B47

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

Shades of Cyprus #094B47

Tints of Cyprus #094B47

Color information

#094B47 (or 0x094B47) is unknown color: approx Cyprus. HEX triplet: 09, 4B and 47. RGB value is (9,75,71). Sum of RGB (Red+Green+Blue) = 9+75+71=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 75 - color contains mainly: green. Hex color #094B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B47 is #F6B4B8. Grayscale: #363636. Windows color (decimal): -16168121 or 4672265. OLE color: 4672265.

HSL color Cylindrical-coordinate representation of color #094B47: hue angle of 176.36º degrees, saturation: 0.79, 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 #094B47 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB97571-
CMYK0.8800.050.71
HSL176.36º78.57%16.47%-
HSV(B)176.36º88%29.41%-
XYZ3.775.556.83-
YUV54.81137.1395.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 75 (29.69% from 255) = 48.39%
BLUE value IS 71 (28.12% from 255) = 45.81%
R=5.81%
G=48.39%
B=45.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal975710.8800.050.71176.3678.5716.47
Hex94B47580547b04f10
Octal111131071300510726011720
Binary10011001011100011110110000101100011110110000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094B47; }

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

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

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

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

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

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

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

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