Html Css Color HEX #015A61 Mosque

📋 copy color: '#015A61'

red 1 ◦ green 90 ◦ blue 97

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

Shades of Mosque #015A61

Tints of Mosque #015A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 51.6%

R = 0.53%
G = 47.87%
B = 51.6%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#015A61 (or 0x015A61) is known color: Mosque. HEX triplet: 01, 5A and 61. RGB value is (1,90,97). Sum of RGB (Red+Green+Blue) = 1+90+97=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #015A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A61 is #FEA59E. Grayscale: #404040. Windows color (decimal): -16688543 or 6380033. OLE color: 6380033.

HSL color Cylindrical-coordinate representation of color #015A61: hue angle of 184.38º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A61 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 90 97 -
CMYK 0.99 0.07 0 0.62
HSL 184.38º 0.98% 0.19% -
HSV(B) 184.38º 0.99% 0.38% -
XYZ 5.83 8.18 12.58 -
YUV 64.19 146.51 82.93 -
System Red Green Blue C M Y K H S L
Decimal 1 90 97 0.99 0.07 0 0.62 184.38 0.98 0.19
Hex 1 5A 61 63 7 0 3E B8 62 13
Octal 1 132 141 143 7 0 76 270 142 23
Binary 1 1011010 1100001 1100011 111 0 111110 10111000 1100010 10011

Color Harmonies of #015A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A61

Black with #015A61

Text Example


Text Example

White with #015A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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