Html Css Color HEX #016051 Mosque

📋 copy color: '#016051'

red 1 ◦ green 96 ◦ blue 81

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

Shades of Mosque #016051

Tints of Mosque #016051

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.93%

 BLUE value IS 81 (32.03% from 255) = 45.51%

R = 0.56%
G = 53.93%
B = 45.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#016051 (or 0x016051) is known color: Mosque. HEX triplet: 01, 60 and 51. RGB value is (1,96,81). Sum of RGB (Red+Green+Blue) = 1+96+81=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #016051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016051 is #FE9FAE. Grayscale: #414141. Windows color (decimal): -16687023 or 5332993. OLE color: 5332993.

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

Color convert

RGB 1 96 81 -
CMYK 0.99 0 0.16 0.62
HSL 170.53º 0.98% 0.19% -
HSV(B) 170.53º 0.99% 0.38% -
XYZ 5.68 8.97 9.22 -
YUV 65.89 136.53 81.72 -
System Red Green Blue C M Y K H S L
Decimal 1 96 81 0.99 0 0.16 0.62 170.53 0.98 0.19
Hex 1 60 51 63 0 10 3E AB 62 13
Octal 1 140 121 143 0 20 76 253 142 23
Binary 1 1100000 1010001 1100011 0 10000 111110 10101011 1100010 10011

Color Harmonies of #016051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016051

Black with #016051

Text Example


Text Example

White with #016051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016051; }

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

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

background-color css

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

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

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

border-color css

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

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

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