Html Css Color HEX #095144 Cyprus

📋 copy color: '#095144'

red 9 ◦ green 81 ◦ blue 68

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

Shades of Cyprus #095144

Tints of Cyprus #095144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.27%

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

R = 5.7%
G = 51.27%
B = 43.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#095144 (or 0x095144) is known color: Cyprus. HEX triplet: 09, 51 and 44. RGB value is (9,81,68). Sum of RGB (Red+Green+Blue) = 9+81+68=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #095144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095144 is #F6AEBB. Grayscale: #393939. Windows color (decimal): -16166588 or 4477193. OLE color: 4477193.

HSL color Cylindrical-coordinate representation of color #095144: hue angle of 169.17º 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 #095144 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 81 68 -
CMYK 0.89 0 0.16 0.68
HSL 169.17º 0.8% 0.18% -
HSV(B) 169.17º 0.89% 0.32% -
XYZ 4.1 6.36 6.48 -
YUV 57.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 9 81 68 0.89 0 0.16 0.68 169.17 0.8 0.18
Hex 9 51 44 59 0 10 44 A9 50 12
Octal 11 121 104 131 0 20 104 251 120 22
Binary 1001 1010001 1000100 1011001 0 10000 1000100 10101001 1010000 10010

Color Harmonies of #095144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095144

Black with #095144

Text Example


Text Example

White with #095144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095144; }

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

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

background-color css

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

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

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

border-color css

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

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

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