Html Css Color HEX #015A54 Mosque

📋 copy color: '#015A54'

red 1 ◦ green 90 ◦ blue 84

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

Shades of Mosque #015A54

Tints of Mosque #015A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 48%

R = 0.57%
G = 51.43%
B = 48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#015A54 (or 0x015A54) is known color: Mosque. HEX triplet: 01, 5A and 54. RGB value is (1,90,84). Sum of RGB (Red+Green+Blue) = 1+90+84=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #015A54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A54 is #FEA5AB. Grayscale: #3E3E3E. Windows color (decimal): -16688556 or 5528065. OLE color: 5528065.

HSL color Cylindrical-coordinate representation of color #015A54: hue angle of 175.96º 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 #015A54 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 90 84 -
CMYK 0.99 0 0.07 0.65
HSL 175.96º 0.98% 0.18% -
HSV(B) 175.96º 0.99% 0.35% -
XYZ 5.27 7.96 9.65 -
YUV 62.71 140.01 83.99 -
System Red Green Blue C M Y K H S L
Decimal 1 90 84 0.99 0 0.07 0.65 175.96 0.98 0.18
Hex 1 5A 54 63 0 7 41 B0 62 12
Octal 1 132 124 143 0 7 101 260 142 22
Binary 1 1011010 1010100 1100011 0 111 1000001 10110000 1100010 10010

Color Harmonies of #015A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A54

Black with #015A54

Text Example


Text Example

White with #015A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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