Html Css Color HEX #095444 Cyprus

📋 copy color: '#095444'

red 9 ◦ green 84 ◦ blue 68

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

Shades of Cyprus #095444

Tints of Cyprus #095444

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.17%

 BLUE value IS 68 (26.95% from 255) = 42.24%

R = 5.59%
G = 52.17%
B = 42.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#095444 (or 0x095444) is known color: Cyprus. HEX triplet: 09, 54 and 44. RGB value is (9,84,68). Sum of RGB (Red+Green+Blue) = 9+84+68=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #095444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095444 is #F6ABBB. Grayscale: #3B3B3B. Windows color (decimal): -16165820 or 4477961. OLE color: 4477961.

HSL color Cylindrical-coordinate representation of color #095444: hue angle of 167.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095444 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 84 68 -
CMYK 0.89 0 0.19 0.67
HSL 167.2º 0.81% 0.18% -
HSV(B) 167.2º 0.89% 0.33% -
XYZ 4.33 6.82 6.56 -
YUV 59.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 9 84 68 0.89 0 0.19 0.67 167.2 0.81 0.18
Hex 9 54 44 59 0 13 43 A7 51 12
Octal 11 124 104 131 0 23 103 247 121 22
Binary 1001 1010100 1000100 1011001 0 10011 1000011 10100111 1010001 10010

Color Harmonies of #095444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095444

Black with #095444

Text Example


Text Example

White with #095444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095444; }

 p { color: rgb(9,84,68); }

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

background-color css

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

 a { background-color: rgb(9,84,68); }

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

border-color css

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

 span { border-color: rgb(9,84,68); }

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