Html Css Color HEX #015A62 Mosque

📋 copy color: '#015A62'

red 1 ◦ green 90 ◦ blue 98

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

Shades of Mosque #015A62

Tints of Mosque #015A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 51.85%

R = 0.53%
G = 47.62%
B = 51.85%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#015A62 (or 0x015A62) is known color: Mosque. HEX triplet: 01, 5A and 62. RGB value is (1,90,98). Sum of RGB (Red+Green+Blue) = 1+90+98=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #015A62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A62 is #FEA59D. Grayscale: #404040. Windows color (decimal): -16688542 or 6445569. OLE color: 6445569.

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

Color convert

RGB 1 90 98 -
CMYK 0.99 0.08 0 0.62
HSL 184.95º 0.98% 0.19% -
HSV(B) 184.95º 0.99% 0.38% -
XYZ 5.87 8.2 12.83 -
YUV 64.3 147.01 82.85 -
System Red Green Blue C M Y K H S L
Decimal 1 90 98 0.99 0.08 0 0.62 184.95 0.98 0.19
Hex 1 5A 62 63 8 0 3E B9 62 13
Octal 1 132 142 143 10 0 76 271 142 23
Binary 1 1011010 1100010 1100011 1000 0 111110 10111001 1100010 10011

Color Harmonies of #015A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A62

Black with #015A62

Text Example


Text Example

White with #015A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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