Html Css Color HEX #096263 Mosque

📋 copy color: '#096263'

red 9 ◦ green 98 ◦ blue 99

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

Shades of Mosque #096263

Tints of Mosque #096263

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

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

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

Color convert

RGB 9 98 99 -
CMYK 0.91 0.01 0 0.61
HSL 180.67º 0.83% 0.21% -
HSV(B) 180.67º 0.91% 0.39% -
XYZ 6.73 9.69 13.32 -
YUV 71.5 143.51 83.42 -
System Red Green Blue C M Y K H S L
Decimal 9 98 99 0.91 0.01 0 0.61 180.67 0.83 0.21
Hex 9 62 63 5B 1 0 3D B5 53 15
Octal 11 142 143 133 1 0 75 265 123 25
Binary 1001 1100010 1100011 1011011 1 0 111101 10110101 1010011 10101

Color Harmonies of #096263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096263

Black with #096263

Text Example


Text Example

White with #096263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096263; }

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

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

background-color css

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

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

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

border-color css

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

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

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