Html Css Color HEX #015B62 Mosque

📋 copy color: '#015B62'

red 1 ◦ green 91 ◦ blue 98

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

Shades of Mosque #015B62

Tints of Mosque #015B62

RGB

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

 GREEN value IS 91 (35.94% from 255) = 47.89%

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

R = 0.53%
G = 47.89%
B = 51.58%

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

#015B62 (or 0x015B62) is known color: Mosque. HEX triplet: 01, 5B and 62. RGB value is (1,91,98). Sum of RGB (Red+Green+Blue) = 1+91+98=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #015B62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B62 is #FEA49D. Grayscale: #404040. Windows color (decimal): -16688286 or 6445825. OLE color: 6445825.

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

Color convert

RGB 1 91 98 -
CMYK 0.99 0.07 0 0.62
HSL 184.33º 0.98% 0.19% -
HSV(B) 184.33º 0.99% 0.38% -
XYZ 5.96 8.37 12.86 -
YUV 64.89 146.68 82.43 -
System Red Green Blue C M Y K H S L
Decimal 1 91 98 0.99 0.07 0 0.62 184.33 0.98 0.19
Hex 1 5B 62 63 7 0 3E B8 62 13
Octal 1 133 142 143 7 0 76 270 142 23
Binary 1 1011011 1100010 1100011 111 0 111110 10111000 1100010 10011

Color Harmonies of #015B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B62

Black with #015B62

Text Example


Text Example

White with #015B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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