Html Css Color HEX #016059 Mosque

📋 copy color: '#016059'

red 1 ◦ green 96 ◦ blue 89

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

Shades of Mosque #016059

Tints of Mosque #016059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 47.85%

R = 0.54%
G = 51.61%
B = 47.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#016059 (or 0x016059) is known color: Mosque. HEX triplet: 01, 60 and 59. RGB value is (1,96,89). Sum of RGB (Red+Green+Blue) = 1+96+89=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #016059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016059 is #FE9FA6. Grayscale: #424242. Windows color (decimal): -16687015 or 5857281. OLE color: 5857281.

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

Color convert

RGB 1 96 89 -
CMYK 0.99 0 0.07 0.62
HSL 175.58º 0.98% 0.19% -
HSV(B) 175.58º 0.99% 0.38% -
XYZ 6 9.09 10.89 -
YUV 66.8 140.53 81.07 -
System Red Green Blue C M Y K H S L
Decimal 1 96 89 0.99 0 0.07 0.62 175.58 0.98 0.19
Hex 1 60 59 63 0 7 3E B0 62 13
Octal 1 140 131 143 0 7 76 260 142 23
Binary 1 1100000 1011001 1100011 0 111 111110 10110000 1100010 10011

Color Harmonies of #016059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016059

Black with #016059

Text Example


Text Example

White with #016059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016059; }

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

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

background-color css

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

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

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

border-color css

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

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

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