Html Css Color HEX #016253 Mosque

📋 copy color: '#016253'

red 1 ◦ green 98 ◦ blue 83

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

Shades of Mosque #016253

Tints of Mosque #016253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.6%

R = 0.55%
G = 53.85%
B = 45.6%

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

#016253 (or 0x016253) is known color: Mosque. HEX triplet: 01, 62 and 53. RGB value is (1,98,83). Sum of RGB (Red+Green+Blue) = 1+98+83=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #016253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016253 is #FE9DAC. Grayscale: #434343. Windows color (decimal): -16686509 or 5464577. OLE color: 5464577.

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

Color convert

RGB 1 98 83 -
CMYK 0.99 0 0.15 0.62
HSL 170.72º 0.98% 0.19% -
HSV(B) 170.72º 0.99% 0.38% -
XYZ 5.94 9.37 9.68 -
YUV 67.29 136.86 80.72 -
System Red Green Blue C M Y K H S L
Decimal 1 98 83 0.99 0 0.15 0.62 170.72 0.98 0.19
Hex 1 62 53 63 0 F 3E AB 62 13
Octal 1 142 123 143 0 17 76 253 142 23
Binary 1 1100010 1010011 1100011 0 1111 111110 10101011 1100010 10011

Color Harmonies of #016253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016253

Black with #016253

Text Example


Text Example

White with #016253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016253; }

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

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

background-color css

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

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

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

border-color css

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

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

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