Html Css Color HEX #095047 Cyprus

📋 copy color: '#095047'

red 9 ◦ green 80 ◦ blue 71

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

Shades of Cyprus #095047

Tints of Cyprus #095047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 50%

 BLUE value IS 71 (28.13% from 255) = 44.38%

R = 5.63%
G = 50%
B = 44.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#095047 (or 0x095047) is known color: Cyprus. HEX triplet: 09, 50 and 47. RGB value is (9,80,71). Sum of RGB (Red+Green+Blue) = 9+80+71=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #095047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095047 is #F6AFB8. Grayscale: #393939. Windows color (decimal): -16166841 or 4673545. OLE color: 4673545.

HSL color Cylindrical-coordinate representation of color #095047: hue angle of 172.39º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095047 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 71 -
CMYK 0.89 0 0.11 0.69
HSL 172.39º 0.8% 0.17% -
HSV(B) 172.39º 0.89% 0.31% -
XYZ 4.12 6.25 6.95 -
YUV 57.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 9 80 71 0.89 0 0.11 0.69 172.39 0.8 0.17
Hex 9 50 47 59 0 B 45 AC 50 11
Octal 11 120 107 131 0 13 105 254 120 21
Binary 1001 1010000 1000111 1011001 0 1011 1000101 10101100 1010000 10001

Color Harmonies of #095047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095047

Black with #095047

Text Example


Text Example

White with #095047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095047; }

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

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

background-color css

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

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

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

border-color css

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

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

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