Html Css Color HEX #016655 Mosque

📋 copy color: '#016655'

red 1 ◦ green 102 ◦ blue 85

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

Shades of Mosque #016655

Tints of Mosque #016655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 54.26%

 BLUE value IS 85 (33.59% from 255) = 45.21%

R = 0.53%
G = 54.26%
B = 45.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#016655 (or 0x016655) is known color: Mosque. HEX triplet: 01, 66 and 55. RGB value is (1,102,85). Sum of RGB (Red+Green+Blue) = 1+102+85=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #016655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016655 is #FE99AA. Grayscale: #454545. Windows color (decimal): -16685483 or 5596673. OLE color: 5596673.

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

Color convert

RGB 1 102 85 -
CMYK 0.99 0 0.17 0.6
HSL 169.9º 0.98% 0.2% -
HSV(B) 169.9º 0.99% 0.4% -
XYZ 6.4 10.17 10.22 -
YUV 69.86 136.54 78.88 -
System Red Green Blue C M Y K H S L
Decimal 1 102 85 0.99 0 0.17 0.6 169.9 0.98 0.2
Hex 1 66 55 63 0 11 3C AA 62 14
Octal 1 146 125 143 0 21 74 252 142 24
Binary 1 1100110 1010101 1100011 0 10001 111100 10101010 1100010 10100

Color Harmonies of #016655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016655

Black with #016655

Text Example


Text Example

White with #016655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016655; }

 p { color: rgb(1,102,85); }

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

background-color css

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

 a { background-color: rgb(1,102,85); }

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

border-color css

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

 span { border-color: rgb(1,102,85); }

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