Html Css Color HEX #016055 Mosque

📋 copy color: '#016055'

red 1 ◦ green 96 ◦ blue 85

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

Shades of Mosque #016055

Tints of Mosque #016055

RGB

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

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

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

R = 0.55%
G = 52.75%
B = 46.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#016055 (or 0x016055) is known color: Mosque. HEX triplet: 01, 60 and 55. RGB value is (1,96,85). Sum of RGB (Red+Green+Blue) = 1+96+85=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #016055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016055 is #FE9FAA. Grayscale: #424242. Windows color (decimal): -16687019 or 5595137. OLE color: 5595137.

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

Color convert

RGB 1 96 85 -
CMYK 0.99 0 0.11 0.62
HSL 173.05º 0.98% 0.19% -
HSV(B) 173.05º 0.99% 0.38% -
XYZ 5.84 9.03 10.03 -
YUV 66.34 138.53 81.39 -
System Red Green Blue C M Y K H S L
Decimal 1 96 85 0.99 0 0.11 0.62 173.05 0.98 0.19
Hex 1 60 55 63 0 B 3E AD 62 13
Octal 1 140 125 143 0 13 76 255 142 23
Binary 1 1100000 1010101 1100011 0 1011 111110 10101101 1100010 10011

Color Harmonies of #016055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016055

Black with #016055

Text Example


Text Example

White with #016055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016055; }

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

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

background-color css

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

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

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

border-color css

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

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

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