Html Css Color HEX #095962 Mosque

📋 copy color: '#095962'

red 9 ◦ green 89 ◦ blue 98

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

Shades of Mosque #095962

Tints of Mosque #095962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.41%

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

R = 4.59%
G = 45.41%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#095962 (or 0x095962) is known color: Mosque. HEX triplet: 09, 59 and 62. RGB value is (9,89,98). Sum of RGB (Red+Green+Blue) = 9+89+98=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #095962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095962 is #F6A69D. Grayscale: #414141. Windows color (decimal): -16164510 or 6445321. OLE color: 6445321.

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

Color convert

RGB 9 89 98 -
CMYK 0.91 0.09 0 0.62
HSL 186.07º 0.83% 0.21% -
HSV(B) 186.07º 0.91% 0.38% -
XYZ 5.89 8.08 12.81 -
YUV 66.11 146 87.27 -
System Red Green Blue C M Y K H S L
Decimal 9 89 98 0.91 0.09 0 0.62 186.07 0.83 0.21
Hex 9 59 62 5B 9 0 3E BA 53 15
Octal 11 131 142 133 11 0 76 272 123 25
Binary 1001 1011001 1100010 1011011 1001 0 111110 10111010 1010011 10101

Color Harmonies of #095962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095962

Black with #095962

Text Example


Text Example

White with #095962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095962; }

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

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

background-color css

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

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

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

border-color css

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

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

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