Html Css Color HEX #016152 Mosque

📋 copy color: '#016152'

red 1 ◦ green 97 ◦ blue 82

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

Shades of Mosque #016152

Tints of Mosque #016152

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.89%

 BLUE value IS 82 (32.42% from 255) = 45.56%

R = 0.56%
G = 53.89%
B = 45.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#016152 (or 0x016152) is known color: Mosque. HEX triplet: 01, 61 and 52. RGB value is (1,97,82). Sum of RGB (Red+Green+Blue) = 1+97+82=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #016152 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016152 is #FE9EAD. Grayscale: #424242. Windows color (decimal): -16686766 or 5398785. OLE color: 5398785.

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

Color convert

RGB 1 97 82 -
CMYK 0.99 0 0.15 0.62
HSL 170.63º 0.98% 0.19% -
HSV(B) 170.63º 0.99% 0.38% -
XYZ 5.81 9.17 9.45 -
YUV 66.59 136.7 81.22 -
System Red Green Blue C M Y K H S L
Decimal 1 97 82 0.99 0 0.15 0.62 170.63 0.98 0.19
Hex 1 61 52 63 0 F 3E AB 62 13
Octal 1 141 122 143 0 17 76 253 142 23
Binary 1 1100001 1010010 1100011 0 1111 111110 10101011 1100010 10011

Color Harmonies of #016152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016152

Black with #016152

Text Example


Text Example

White with #016152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016152; }

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

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

background-color css

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

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

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

border-color css

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

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

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