Html Css Color HEX #016557 Mosque

📋 copy color: '#016557'

red 1 ◦ green 101 ◦ blue 87

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

Shades of Mosque #016557

Tints of Mosque #016557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 53.44%

 BLUE value IS 87 (34.38% from 255) = 46.03%

R = 0.53%
G = 53.44%
B = 46.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#016557 (or 0x016557) is known color: Mosque. HEX triplet: 01, 65 and 57. RGB value is (1,101,87). Sum of RGB (Red+Green+Blue) = 1+101+87=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 101 (39.84% from 255 or 53.44% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 101 - color contains mainly: green. Hex color #016557 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016557 is #FE9AA8. Grayscale: #454545. Windows color (decimal): -16685737 or 5727489. OLE color: 5727489.

HSL color Cylindrical-coordinate representation of color #016557: hue angle of 171.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016557 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 101 87 -
CMYK 0.99 0 0.14 0.60
HSL 171.6º 0.98% 0.2% -
HSV(B) 171.6º 0.99% 0.4% -
XYZ 6.39 10 10.61 -
YUV 69.5 137.87 79.14 -
System Red Green Blue C M Y K H S L
Decimal 1 101 87 0.99 0 0.14 0.60 171.6 0.98 0.2
Hex 1 65 57 63 0 E 3C AC 62 14
Octal 1 145 127 143 0 16 74 254 142 24
Binary 1 1100101 1010111 1100011 0 1110 111100 10101100 1100010 10100

Color Harmonies of #016557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016557

Black with #016557

Text Example


Text Example

White with #016557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016557; }

 p { color: rgb(1,101,87); }

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

background-color css

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

 a { background-color: rgb(1,101,87); }

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

border-color css

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

 span { border-color: rgb(1,101,87); }

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