Html Css Color HEX #0A595D Mosque

📋 copy color: '#0A595D'

red 10 ◦ green 89 ◦ blue 93

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

Shades of Mosque #0A595D

Tints of Mosque #0A595D

RGB

 RED value IS 10 (4.3% from 255) = 5.21%

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

 BLUE value IS 93 (36.72% from 255) = 48.44%

R = 5.21%
G = 46.35%
B = 48.44%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A595D (or 0x0A595D) is known color: Mosque. HEX triplet: 0A, 59 and 5D. RGB value is (10,89,93). Sum of RGB (Red+Green+Blue) = 10+89+93=192 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.21% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A595D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A595D is #F5A6A2. Grayscale: #414141. Windows color (decimal): -16098979 or 6117642. OLE color: 6117642.

HSL color Cylindrical-coordinate representation of color #0A595D: hue angle of 182.89º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A595D is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 89 93 -
CMYK 0.89 0.04 0 0.64
HSL 182.89º 0.81% 0.2% -
HSV(B) 182.89º 0.89% 0.36% -
XYZ 5.67 8 11.6 -
YUV 65.84 143.33 88.17 -
System Red Green Blue C M Y K H S L
Decimal 10 89 93 0.89 0.04 0 0.64 182.89 0.81 0.2
Hex A 59 5D 59 4 0 40 B7 51 14
Octal 12 131 135 131 4 0 100 267 121 24
Binary 1010 1011001 1011101 1011001 100 0 1000000 10110111 1010001 10100

Color Harmonies of #0A595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A595D

Black with #0A595D

Text Example


Text Example

White with #0A595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A595D; }

 p { color: rgb(10,89,93); }

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

background-color css

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

 a { background-color: rgb(10,89,93); }

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

border-color css

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

 span { border-color: rgb(10,89,93); }

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