Html Css Color HEX #016163 Mosque

📋 copy color: '#016163'

red 1 ◦ green 97 ◦ blue 99

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

Shades of Mosque #016163

Tints of Mosque #016163

RGB

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

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

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

R = 0.51%
G = 49.24%
B = 50.25%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#016163 (or 0x016163) is known color: Mosque. HEX triplet: 01, 61 and 63. RGB value is (1,97,99). Sum of RGB (Red+Green+Blue) = 1+97+99=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #016163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016163 is #FE9E9C. Grayscale: #444444. Windows color (decimal): -16686749 or 6512897. OLE color: 6512897.

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

Color convert

RGB 1 97 99 -
CMYK 0.99 0.02 0 0.61
HSL 181.22º 0.98% 0.2% -
HSV(B) 181.22º 0.99% 0.39% -
XYZ 6.54 9.46 13.29 -
YUV 68.52 145.2 79.84 -
System Red Green Blue C M Y K H S L
Decimal 1 97 99 0.99 0.02 0 0.61 181.22 0.98 0.2
Hex 1 61 63 63 2 0 3D B5 62 14
Octal 1 141 143 143 2 0 75 265 142 24
Binary 1 1100001 1100011 1100011 10 0 111101 10110101 1100010 10100

Color Harmonies of #016163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016163

Black with #016163

Text Example


Text Example

White with #016163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016163; }

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

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

background-color css

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

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

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

border-color css

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

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

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