Html Css Color HEX #094B49 Cyprus

📋 copy color: '#094B49'

red 9 ◦ green 75 ◦ blue 73

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

Shades of Cyprus #094B49

Tints of Cyprus #094B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 47.77%

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

R = 5.73%
G = 47.77%
B = 46.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#094B49 (or 0x094B49) is known color: Cyprus. HEX triplet: 09, 4B and 49. RGB value is (9,75,73). Sum of RGB (Red+Green+Blue) = 9+75+73=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #094B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B49 is #F6B4B6. Grayscale: #363636. Windows color (decimal): -16168119 or 4803337. OLE color: 4803337.

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

Color convert

RGB 9 75 73 -
CMYK 0.88 0 0.03 0.71
HSL 178.18º 0.79% 0.16% -
HSV(B) 178.18º 0.88% 0.29% -
XYZ 3.83 5.57 7.18 -
YUV 55.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 9 75 73 0.88 0 0.03 0.71 178.18 0.79 0.16
Hex 9 4B 49 58 0 3 47 B2 4F 10
Octal 11 113 111 130 0 3 107 262 117 20
Binary 1001 1001011 1001001 1011000 0 11 1000111 10110010 1001111 10000

Color Harmonies of #094B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094B49

Black with #094B49

Text Example


Text Example

White with #094B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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