Html Css Color HEX #0A535D Mosque

📋 copy color: '#0A535D'

red 10 ◦ green 83 ◦ blue 93

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

Shades of Mosque #0A535D

Tints of Mosque #0A535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.62%

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

R = 5.38%
G = 44.62%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A535D (or 0x0A535D) is known color: Mosque. HEX triplet: 0A, 53 and 5D. RGB value is (10,83,93). Sum of RGB (Red+Green+Blue) = 10+83+93=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A535D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A535D is #F5ACA2. Grayscale: #3E3E3E. Windows color (decimal): -16100515 or 6116106. OLE color: 6116106.

HSL color Cylindrical-coordinate representation of color #0A535D: hue angle of 187.23º 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 #0A535D is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 83 93 -
CMYK 0.89 0.11 0 0.64
HSL 187.23º 0.81% 0.2% -
HSV(B) 187.23º 0.89% 0.36% -
XYZ 5.19 7.04 11.44 -
YUV 62.31 145.32 90.69 -
System Red Green Blue C M Y K H S L
Decimal 10 83 93 0.89 0.11 0 0.64 187.23 0.81 0.2
Hex A 53 5D 59 B 0 40 BB 51 14
Octal 12 123 135 131 13 0 100 273 121 24
Binary 1010 1010011 1011101 1011001 1011 0 1000000 10111011 1010001 10100

Color Harmonies of #0A535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A535D

Black with #0A535D

Text Example


Text Example

White with #0A535D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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