Html Css Color HEX #095961 Mosque

📋 copy color: '#095961'

red 9 ◦ green 89 ◦ blue 97

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

Shades of Mosque #095961

Tints of Mosque #095961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.64%

 BLUE value IS 97 (38.28% from 255) = 49.74%

R = 4.62%
G = 45.64%
B = 49.74%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#095961 (or 0x095961) is known color: Mosque. HEX triplet: 09, 59 and 61. RGB value is (9,89,97). Sum of RGB (Red+Green+Blue) = 9+89+97=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #095961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095961 is #F6A69E. Grayscale: #414141. Windows color (decimal): -16164511 or 6379785. OLE color: 6379785.

HSL color Cylindrical-coordinate representation of color #095961: hue angle of 185.45º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095961 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 89 97 -
CMYK 0.91 0.08 0 0.62
HSL 185.45º 0.83% 0.21% -
HSV(B) 185.45º 0.91% 0.38% -
XYZ 5.84 8.07 12.56 -
YUV 65.99 145.5 87.35 -
System Red Green Blue C M Y K H S L
Decimal 9 89 97 0.91 0.08 0 0.62 185.45 0.83 0.21
Hex 9 59 61 5B 8 0 3E B9 53 15
Octal 11 131 141 133 10 0 76 271 123 25
Binary 1001 1011001 1100001 1011011 1000 0 111110 10111001 1010011 10101

Color Harmonies of #095961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095961

Black with #095961

Text Example


Text Example

White with #095961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095961; }

 p { color: rgb(9,89,97); }

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

background-color css

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

 a { background-color: rgb(9,89,97); }

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

border-color css

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

 span { border-color: rgb(9,89,97); }

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