Html Css Color HEX #096858 Mosque

📋 copy color: '#096858'

red 9 ◦ green 104 ◦ blue 88

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

Shades of Mosque #096858

Tints of Mosque #096858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 51.74%

 BLUE value IS 88 (34.77% from 255) = 43.78%

R = 4.48%
G = 51.74%
B = 43.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#096858 (or 0x096858) is known color: Mosque. HEX triplet: 09, 68 and 58. RGB value is (9,104,88). Sum of RGB (Red+Green+Blue) = 9+104+88=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #096858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096858 is #F697A7. Grayscale: #494949. Windows color (decimal): -16160680 or 5793801. OLE color: 5793801.

HSL color Cylindrical-coordinate representation of color #096858: hue angle of 169.89º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096858 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 104 88 -
CMYK 0.91 0 0.15 0.59
HSL 169.89º 0.84% 0.22% -
HSV(B) 169.89º 0.91% 0.41% -
XYZ 6.82 10.66 10.93 -
YUV 73.77 136.03 81.8 -
System Red Green Blue C M Y K H S L
Decimal 9 104 88 0.91 0 0.15 0.59 169.89 0.84 0.22
Hex 9 68 58 5B 0 F 3B AA 54 16
Octal 11 150 130 133 0 17 73 252 124 26
Binary 1001 1101000 1011000 1011011 0 1111 111011 10101010 1010100 10110

Color Harmonies of #096858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096858

Black with #096858

Text Example


Text Example

White with #096858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096858; }

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

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

background-color css

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

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

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

border-color css

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

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

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