Html Css Color HEX #095860 Mosque

📋 copy color: '#095860'

red 9 ◦ green 88 ◦ blue 96

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

Shades of Mosque #095860

Tints of Mosque #095860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.6%

 BLUE value IS 96 (37.89% from 255) = 49.74%

R = 4.66%
G = 45.6%
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

#095860 (or 0x095860) is known color: Mosque. HEX triplet: 09, 58 and 60. RGB value is (9,88,96). Sum of RGB (Red+Green+Blue) = 9+88+96=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #095860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095860 is #F6A79F. Grayscale: #414141. Windows color (decimal): -16164768 or 6313993. OLE color: 6313993.

HSL color Cylindrical-coordinate representation of color #095860: hue angle of 185.52º 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 #095860 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 88 96 -
CMYK 0.91 0.08 0 0.62
HSL 185.52º 0.83% 0.21% -
HSV(B) 185.52º 0.91% 0.38% -
XYZ 5.71 7.88 12.29 -
YUV 65.29 145.33 87.85 -
System Red Green Blue C M Y K H S L
Decimal 9 88 96 0.91 0.08 0 0.62 185.52 0.83 0.21
Hex 9 58 60 5B 8 0 3E BA 53 15
Octal 11 130 140 133 10 0 76 272 123 25
Binary 1001 1011000 1100000 1011011 1000 0 111110 10111010 1010011 10101

Color Harmonies of #095860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095860

Black with #095860

Text Example


Text Example

White with #095860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095860; }

 p { color: rgb(9,88,96); }

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

background-color css

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

 a { background-color: rgb(9,88,96); }

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

border-color css

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

 span { border-color: rgb(9,88,96); }

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