Html Css Color HEX #095E5F Mosque

📋 copy color: '#095E5F'

red 9 ◦ green 94 ◦ blue 95

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

Shades of Mosque #095E5F

Tints of Mosque #095E5F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 47.47%

 BLUE value IS 95 (37.5% from 255) = 47.98%

R = 4.55%
G = 47.47%
B = 47.98%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#095E5F (or 0x095E5F) is known color: Mosque. HEX triplet: 09, 5E and 5F. RGB value is (9,94,95). Sum of RGB (Red+Green+Blue) = 9+94+95=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 94 (37.11% from 255 or 47.47% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #095E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E5F is #F6A1A0. Grayscale: #444444. Windows color (decimal): -16163233 or 6249993. OLE color: 6249993.

HSL color Cylindrical-coordinate representation of color #095E5F: hue angle of 180.7º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095E5F is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 94 95 -
CMYK 0.91 0.01 0 0.63
HSL 180.7º 0.83% 0.2% -
HSV(B) 180.7º 0.91% 0.37% -
XYZ 6.18 8.89 12.22 -
YUV 68.7 142.84 85.42 -
System Red Green Blue C M Y K H S L
Decimal 9 94 95 0.91 0.01 0 0.63 180.7 0.83 0.2
Hex 9 5E 5F 5B 1 0 3F B5 53 14
Octal 11 136 137 133 1 0 77 265 123 24
Binary 1001 1011110 1011111 1011011 1 0 111111 10110101 1010011 10100

Color Harmonies of #095E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E5F

Black with #095E5F

Text Example


Text Example

White with #095E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,94,95); }

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

background-color css

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

 a { background-color: rgb(9,94,95); }

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

border-color css

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

 span { border-color: rgb(9,94,95); }

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