Html Css Color HEX #016861 Mosque

📋 copy color: '#016861'

red 1 ◦ green 104 ◦ blue 97

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

Shades of Mosque #016861

Tints of Mosque #016861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 51.49%

 BLUE value IS 97 (38.28% from 255) = 48.02%

R = 0.5%
G = 51.49%
B = 48.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#016861 (or 0x016861) is known color: Mosque. HEX triplet: 01, 68 and 61. RGB value is (1,104,97). Sum of RGB (Red+Green+Blue) = 1+104+97=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #016861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016861 is #FE979E. Grayscale: #484848. Windows color (decimal): -16684959 or 6383617. OLE color: 6383617.

HSL color Cylindrical-coordinate representation of color #016861: hue angle of 175.92º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016861 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 97 -
CMYK 0.99 0 0.07 0.59
HSL 175.92º 0.98% 0.21% -
HSV(B) 175.92º 0.99% 0.41% -
XYZ 7.12 10.77 13.01 -
YUV 72.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 1 104 97 0.99 0 0.07 0.59 175.92 0.98 0.21
Hex 1 68 61 63 0 7 3B B0 62 15
Octal 1 150 141 143 0 7 73 260 142 25
Binary 1 1101000 1100001 1100011 0 111 111011 10110000 1100010 10101

Color Harmonies of #016861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016861

Black with #016861

Text Example


Text Example

White with #016861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016861; }

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

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

background-color css

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

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

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

border-color css

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

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

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