Html Css Color HEX #016157 Mosque

📋 copy color: '#016157'

red 1 ◦ green 97 ◦ blue 87

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

Shades of Mosque #016157

Tints of Mosque #016157

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.43%

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

R = 0.54%
G = 52.43%
B = 47.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#016157 (or 0x016157) is known color: Mosque. HEX triplet: 01, 61 and 57. RGB value is (1,97,87). Sum of RGB (Red+Green+Blue) = 1+97+87=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #016157 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016157 is #FE9EA8. Grayscale: #434343. Windows color (decimal): -16686761 or 5726465. OLE color: 5726465.

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

Color convert

RGB 1 97 87 -
CMYK 0.99 0 0.10 0.62
HSL 173.75º 0.98% 0.19% -
HSV(B) 173.75º 0.99% 0.38% -
XYZ 6.01 9.24 10.48 -
YUV 67.16 139.2 80.81 -
System Red Green Blue C M Y K H S L
Decimal 1 97 87 0.99 0 0.10 0.62 173.75 0.98 0.19
Hex 1 61 57 63 0 A 3E AE 62 13
Octal 1 141 127 143 0 12 76 256 142 23
Binary 1 1100001 1010111 1100011 0 1010 111110 10101110 1100010 10011

Color Harmonies of #016157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016157

Black with #016157

Text Example


Text Example

White with #016157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016157; }

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

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

background-color css

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

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

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

border-color css

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

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

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