Html Css Color HEX #016263 Mosque

📋 copy color: '#016263'

red 1 ◦ green 98 ◦ blue 99

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

Shades of Mosque #016263

Tints of Mosque #016263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 50%

R = 0.51%
G = 49.49%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#016263 (or 0x016263) is known color: Mosque. HEX triplet: 01, 62 and 63. RGB value is (1,98,99). Sum of RGB (Red+Green+Blue) = 1+98+99=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #016263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016263 is #FE9D9C. Grayscale: #454545. Windows color (decimal): -16686493 or 6513153. OLE color: 6513153.

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

Color convert

RGB 1 98 99 -
CMYK 0.99 0.01 0 0.61
HSL 180.61º 0.98% 0.2% -
HSV(B) 180.61º 0.99% 0.39% -
XYZ 6.63 9.64 13.32 -
YUV 69.11 144.86 79.42 -
System Red Green Blue C M Y K H S L
Decimal 1 98 99 0.99 0.01 0 0.61 180.61 0.98 0.2
Hex 1 62 63 63 1 0 3D B5 62 14
Octal 1 142 143 143 1 0 75 265 142 24
Binary 1 1100010 1100011 1100011 1 0 111101 10110101 1100010 10100

Color Harmonies of #016263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016263

Black with #016263

Text Example


Text Example

White with #016263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016263; }

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

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

background-color css

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

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

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

border-color css

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

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

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