Html Css Color HEX #094B47 Cyprus

📋 copy color: '#094B47'

red 9 ◦ green 75 ◦ blue 71

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

Shades of Cyprus #094B47

Tints of Cyprus #094B47

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.13% from 255) = 45.81%

R = 5.81%
G = 48.39%
B = 45.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#094B47 (or 0x094B47) is known color: 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

RGB 9 75 71 -
CMYK 0.88 0 0.05 0.71
HSL 176.36º 0.79% 0.16% -
HSV(B) 176.36º 0.88% 0.29% -
XYZ 3.77 5.55 6.83 -
YUV 54.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 9 75 71 0.88 0 0.05 0.71 176.36 0.79 0.16
Hex 9 4B 47 58 0 5 47 B0 4F 10
Octal 11 113 107 130 0 5 107 260 117 20
Binary 1001 1001011 1000111 1011000 0 101 1000111 10110000 1001111 10000

Color Harmonies of #094B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094B47

Black with #094B47

Text Example


Text Example

White with #094B47

Text Example


Text Example

HTML Codes & Css Web 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>