Html Css Color HEX #0A635D Mosque

📋 copy color: '#0A635D'

red 10 ◦ green 99 ◦ blue 93

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

Shades of Mosque #0A635D

Tints of Mosque #0A635D

RGB

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

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

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

R = 4.95%
G = 49.01%
B = 46.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#0A635D (or 0x0A635D) is known color: Mosque. HEX triplet: 0A, 63 and 5D. RGB value is (10,99,93). Sum of RGB (Red+Green+Blue) = 10+99+93=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #0A635D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A635D is #F59CA2. Grayscale: #474747. Windows color (decimal): -16096419 or 6120202. OLE color: 6120202.

HSL color Cylindrical-coordinate representation of color #0A635D: hue angle of 175.96º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A635D is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 99 93 -
CMYK 0.90 0 0.06 0.61
HSL 175.96º 0.82% 0.21% -
HSV(B) 175.96º 0.9% 0.39% -
XYZ 6.56 9.78 11.9 -
YUV 71.71 140.01 83.99 -
System Red Green Blue C M Y K H S L
Decimal 10 99 93 0.90 0 0.06 0.61 175.96 0.82 0.21
Hex A 63 5D 5A 0 6 3D B0 52 15
Octal 12 143 135 132 0 6 75 260 122 25
Binary 1010 1100011 1011101 1011010 0 110 111101 10110000 1010010 10101

Color Harmonies of #0A635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A635D

Black with #0A635D

Text Example


Text Example

White with #0A635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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