Html Css Color HEX #095247 Cyprus

📋 copy color: '#095247'

red 9 ◦ green 82 ◦ blue 71

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

Shades of Cyprus #095247

Tints of Cyprus #095247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.62%

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

R = 5.56%
G = 50.62%
B = 43.83%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#095247 (or 0x095247) is known color: Cyprus. HEX triplet: 09, 52 and 47. RGB value is (9,82,71). Sum of RGB (Red+Green+Blue) = 9+82+71=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #095247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095247 is #F6ADB8. Grayscale: #3A3A3A. Windows color (decimal): -16166329 or 4674057. OLE color: 4674057.

HSL color Cylindrical-coordinate representation of color #095247: hue angle of 170.96º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095247 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 82 71 -
CMYK 0.89 0 0.13 0.68
HSL 170.96º 0.8% 0.18% -
HSV(B) 170.96º 0.89% 0.32% -
XYZ 4.27 6.55 7 -
YUV 58.92 134.82 92.39 -
System Red Green Blue C M Y K H S L
Decimal 9 82 71 0.89 0 0.13 0.68 170.96 0.8 0.18
Hex 9 52 47 59 0 D 44 AB 50 12
Octal 11 122 107 131 0 15 104 253 120 22
Binary 1001 1010010 1000111 1011001 0 1101 1000100 10101011 1010000 10010

Color Harmonies of #095247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095247

Black with #095247

Text Example


Text Example

White with #095247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095247; }

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

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

background-color css

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

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

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

border-color css

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

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

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