Html Css Color HEX #094549 Cyprus

📋 copy color: '#094549'

red 9 ◦ green 69 ◦ blue 73

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

Shades of Cyprus #094549

Tints of Cyprus #094549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.7%

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

R = 5.96%
G = 45.7%
B = 48.34%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#094549 (or 0x094549) is known color: Cyprus. HEX triplet: 09, 45 and 49. RGB value is (9,69,73). Sum of RGB (Red+Green+Blue) = 9+69+73=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #094549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094549 is #F6BAB6. Grayscale: #333333. Windows color (decimal): -16169655 or 4801801. OLE color: 4801801.

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

Color convert

RGB 9 69 73 -
CMYK 0.88 0.05 0 0.71
HSL 183.75º 0.78% 0.16% -
HSV(B) 183.75º 0.88% 0.29% -
XYZ 3.44 4.8 7.05 -
YUV 51.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 9 69 73 0.88 0.05 0 0.71 183.75 0.78 0.16
Hex 9 45 49 58 5 0 47 B8 4E 10
Octal 11 105 111 130 5 0 107 270 116 20
Binary 1001 1000101 1001001 1011000 101 0 1000111 10111000 1001110 10000

Color Harmonies of #094549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094549

Black with #094549

Text Example


Text Example

White with #094549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094549; }

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

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

background-color css

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

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

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

border-color css

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

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

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