Html Css Color HEX #094749 Cyprus

📋 copy color: '#094749'

red 9 ◦ green 71 ◦ blue 73

#094749
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #094749

Tints of Cyprus #094749

RGB

 RED value IS 9 (3.91% from 255) = 5.88%

 GREEN value IS 71 (28.13% from 255) = 46.41%

 BLUE value IS 73 (28.91% from 255) = 47.71%

R = 5.88%
G = 46.41%
B = 47.71%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#094749 (or 0x094749) is known color: Cyprus. HEX triplet: 09, 47 and 49. RGB value is (9,71,73). Sum of RGB (Red+Green+Blue) = 9+71+73=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #094749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094749 is #F6B8B6. Grayscale: #343434. Windows color (decimal): -16169143 or 4802313. OLE color: 4802313.

HSL color Cylindrical-coordinate representation of color #094749: hue angle of 181.88º 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 #094749 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 71 73 -
CMYK 0.88 0.03 0 0.71
HSL 181.88º 0.78% 0.16% -
HSV(B) 181.88º 0.88% 0.29% -
XYZ 3.57 5.05 7.09 -
YUV 52.69 139.46 96.84 -
System Red Green Blue C M Y K H S L
Decimal 9 71 73 0.88 0.03 0 0.71 181.88 0.78 0.16
Hex 9 47 49 58 3 0 47 B6 4E 10
Octal 11 107 111 130 3 0 107 266 116 20
Binary 1001 1000111 1001001 1011000 11 0 1000111 10110110 1001110 10000

Color Harmonies of #094749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094749

Black with #094749

Text Example


Text Example

White with #094749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094749; }

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

 H1.HeaderClassName
 {
   color: #094749;
 }
 .AnyTagClassName
 {
   color: #094749;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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