Html Css Color HEX #0A595F Mosque

📋 copy color: '#0A595F'

red 10 ◦ green 89 ◦ blue 95

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

Shades of Mosque #0A595F

Tints of Mosque #0A595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 48.97%

R = 5.15%
G = 45.88%
B = 48.97%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0A595F (or 0x0A595F) is known color: Mosque. HEX triplet: 0A, 59 and 5F. RGB value is (10,89,95). Sum of RGB (Red+Green+Blue) = 10+89+95=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #0A595F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A595F is #F5A6A0. Grayscale: #414141. Windows color (decimal): -16098977 or 6248714. OLE color: 6248714.

HSL color Cylindrical-coordinate representation of color #0A595F: hue angle of 184.24º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A595F is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 10 89 95 -
CMYK 0.89 0.06 0 0.63
HSL 184.24º 0.81% 0.21% -
HSV(B) 184.24º 0.89% 0.37% -
XYZ 5.76 8.04 12.07 -
YUV 66.06 144.33 88.01 -
System Red Green Blue C M Y K H S L
Decimal 10 89 95 0.89 0.06 0 0.63 184.24 0.81 0.21
Hex A 59 5F 59 6 0 3F B8 51 15
Octal 12 131 137 131 6 0 77 270 121 25
Binary 1010 1011001 1011111 1011001 110 0 111111 10111000 1010001 10101

Color Harmonies of #0A595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A595F

Black with #0A595F

Text Example


Text Example

White with #0A595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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