Html Css Color HEX #016461 Mosque

📋 copy color: '#016461'

red 1 ◦ green 100 ◦ blue 97

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

Shades of Mosque #016461

Tints of Mosque #016461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 50.51%

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

R = 0.51%
G = 50.51%
B = 48.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#016461 (or 0x016461) is known color: Mosque. HEX triplet: 01, 64 and 61. RGB value is (1,100,97). Sum of RGB (Red+Green+Blue) = 1+100+97=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 100 (39.45% from 255 or 50.51% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 100 - color contains mainly: green. Hex color #016461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016461 is #FE9B9E. Grayscale: #454545. Windows color (decimal): -16685983 or 6382593. OLE color: 6382593.

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

Color convert

RGB 1 100 97 -
CMYK 0.99 0 0.03 0.61
HSL 178.18º 0.98% 0.2% -
HSV(B) 178.18º 0.99% 0.39% -
XYZ 6.73 9.98 12.88 -
YUV 70.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 1 100 97 0.99 0 0.03 0.61 178.18 0.98 0.2
Hex 1 64 61 63 0 3 3D B2 62 14
Octal 1 144 141 143 0 3 75 262 142 24
Binary 1 1100100 1100001 1100011 0 11 111101 10110010 1100010 10100

Color Harmonies of #016461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016461

Black with #016461

Text Example


Text Example

White with #016461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016461; }

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

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

background-color css

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

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

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

border-color css

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

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

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