Html Css Color HEX #096362 Mosque

📋 copy color: '#096362'

red 9 ◦ green 99 ◦ blue 98

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

Shades of Mosque #096362

Tints of Mosque #096362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.06%

 BLUE value IS 98 (38.67% from 255) = 47.57%

R = 4.37%
G = 48.06%
B = 47.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#096362 (or 0x096362) is known color: Mosque. HEX triplet: 09, 63 and 62. RGB value is (9,99,98). Sum of RGB (Red+Green+Blue) = 9+99+98=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #096362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096362 is #F69C9D. Grayscale: #474747. Windows color (decimal): -16161950 or 6447881. OLE color: 6447881.

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

Color convert

RGB 9 99 98 -
CMYK 0.91 0 0.01 0.61
HSL 179.33º 0.83% 0.21% -
HSV(B) 179.33º 0.91% 0.39% -
XYZ 6.78 9.86 13.1 -
YUV 71.98 142.68 83.08 -
System Red Green Blue C M Y K H S L
Decimal 9 99 98 0.91 0 0.01 0.61 179.33 0.83 0.21
Hex 9 63 62 5B 0 1 3D B3 53 15
Octal 11 143 142 133 0 1 75 263 123 25
Binary 1001 1100011 1100010 1011011 0 1 111101 10110011 1010011 10101

Color Harmonies of #096362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096362

Black with #096362

Text Example


Text Example

White with #096362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096362; }

 p { color: rgb(9,99,98); }

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

background-color css

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

 a { background-color: rgb(9,99,98); }

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

border-color css

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

 span { border-color: rgb(9,99,98); }

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