Html Css Color HEX #015860 Mosque

📋 copy color: '#015860'

red 1 ◦ green 88 ◦ blue 96

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

Shades of Mosque #015860

Tints of Mosque #015860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.57%

 BLUE value IS 96 (37.89% from 255) = 51.89%

R = 0.54%
G = 47.57%
B = 51.89%

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

#015860 (or 0x015860) is known color: Mosque. HEX triplet: 01, 58 and 60. RGB value is (1,88,96). Sum of RGB (Red+Green+Blue) = 1+88+96=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #015860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015860 is #FEA79F. Grayscale: #3E3E3E. Windows color (decimal): -16689056 or 6313985. OLE color: 6313985.

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

Color convert

RGB 1 88 96 -
CMYK 0.99 0.08 0 0.62
HSL 185.05º 0.98% 0.19% -
HSV(B) 185.05º 0.99% 0.38% -
XYZ 5.61 7.83 12.28 -
YUV 62.9 146.68 83.85 -
System Red Green Blue C M Y K H S L
Decimal 1 88 96 0.99 0.08 0 0.62 185.05 0.98 0.19
Hex 1 58 60 63 8 0 3E B9 62 13
Octal 1 130 140 143 10 0 76 271 142 23
Binary 1 1011000 1100000 1100011 1000 0 111110 10111001 1100010 10011

Color Harmonies of #015860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015860

Black with #015860

Text Example


Text Example

White with #015860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015860; }

 p { color: rgb(1,88,96); }

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

background-color css

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

 a { background-color: rgb(1,88,96); }

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

border-color css

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

 span { border-color: rgb(1,88,96); }

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