Html Css Color HEX #016252 Mosque

📋 copy color: '#016252'

red 1 ◦ green 98 ◦ blue 82

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

Shades of Mosque #016252

Tints of Mosque #016252

RGB

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

 GREEN value IS 98 (38.67% from 255) = 54.14%

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

R = 0.55%
G = 54.14%
B = 45.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#016252 (or 0x016252) is known color: Mosque. HEX triplet: 01, 62 and 52. RGB value is (1,98,82). Sum of RGB (Red+Green+Blue) = 1+98+82=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #016252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016252 is #FE9DAD. Grayscale: #434343. Windows color (decimal): -16686510 or 5399041. OLE color: 5399041.

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

Color convert

RGB 1 98 82 -
CMYK 0.99 0 0.16 0.62
HSL 170.1º 0.98% 0.19% -
HSV(B) 170.1º 0.99% 0.38% -
XYZ 5.9 9.35 9.48 -
YUV 67.17 136.36 80.8 -
System Red Green Blue C M Y K H S L
Decimal 1 98 82 0.99 0 0.16 0.62 170.1 0.98 0.19
Hex 1 62 52 63 0 10 3E AA 62 13
Octal 1 142 122 143 0 20 76 252 142 23
Binary 1 1100010 1010010 1100011 0 10000 111110 10101010 1100010 10011

Color Harmonies of #016252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016252

Black with #016252

Text Example


Text Example

White with #016252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016252; }

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

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

background-color css

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

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

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

border-color css

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

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

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