Html Css Color HEX #015A4D Mosque

📋 copy color: '#015A4D'

red 1 ◦ green 90 ◦ blue 77

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

Shades of Mosque #015A4D

Tints of Mosque #015A4D

RGB

 RED value IS 1 (0.78% from 255) = 0.6%

 GREEN value IS 90 (35.55% from 255) = 53.57%

 BLUE value IS 77 (30.47% from 255) = 45.83%

R = 0.6%
G = 53.57%
B = 45.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#015A4D (or 0x015A4D) is known color: Mosque. HEX triplet: 01, 5A and 4D. RGB value is (1,90,77). Sum of RGB (Red+Green+Blue) = 1+90+77=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #015A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A4D is #FEA5B2. Grayscale: #3D3D3D. Windows color (decimal): -16688563 or 5069313. OLE color: 5069313.

HSL color Cylindrical-coordinate representation of color #015A4D: hue angle of 171.24º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A4D is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 90 77 -
CMYK 0.99 0 0.14 0.65
HSL 171.24º 0.98% 0.18% -
HSV(B) 171.24º 0.99% 0.35% -
XYZ 5.01 7.85 8.27 -
YUV 61.91 136.51 84.56 -
System Red Green Blue C M Y K H S L
Decimal 1 90 77 0.99 0 0.14 0.65 171.24 0.98 0.18
Hex 1 5A 4D 63 0 E 41 AB 62 12
Octal 1 132 115 143 0 16 101 253 142 22
Binary 1 1011010 1001101 1100011 0 1110 1000001 10101011 1100010 10010

Color Harmonies of #015A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A4D

Black with #015A4D

Text Example


Text Example

White with #015A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015A4D; }

 p { color: rgb(1,90,77); }

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

background-color css

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

 a { background-color: rgb(1,90,77); }

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

border-color css

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

 span { border-color: rgb(1,90,77); }

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