Html Css Color HEX #095A51 Mosque

📋 copy color: '#095A51'

red 9 ◦ green 90 ◦ blue 81

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

Shades of Mosque #095A51

Tints of Mosque #095A51

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50%

 BLUE value IS 81 (32.03% from 255) = 45%

R = 5%
G = 50%
B = 45%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.1

 K value IS 0.65

RGB Variations

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

Color information

#095A51 (or 0x095A51) is known color: Mosque. HEX triplet: 09, 5A and 51. RGB value is (9,90,81). Sum of RGB (Red+Green+Blue) = 9+90+81=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #095A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A51 is #F6A5AE. Grayscale: #404040. Windows color (decimal): -16164271 or 5331465. OLE color: 5331465.

HSL color Cylindrical-coordinate representation of color #095A51: hue angle of 173.33º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A51 is Cyan = 0.9, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 90 81 -
CMYK 0.9 0 0.1 0.65
HSL 173.33º 0.82% 0.19% -
HSV(B) 173.33º 0.9% 0.35% -
XYZ 5.25 7.96 9.04 -
YUV 64.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 9 90 81 0.9 0 0.1 0.65 173.33 0.82 0.19
Hex 9 5A 51 5A 0 A 41 AD 52 13
Octal 11 132 121 132 0 12 101 255 122 23
Binary 1001 1011010 1010001 1011010 0 1010 1000001 10101101 1010010 10011

Color Harmonies of #095A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A51

Black with #095A51

Text Example


Text Example

White with #095A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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