Html Css Color HEX #016361 Mosque

📋 copy color: '#016361'

red 1 ◦ green 99 ◦ blue 97

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

Shades of Mosque #016361

Tints of Mosque #016361

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

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

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

Color convert

RGB 1 99 97 -
CMYK 0.99 0 0.02 0.61
HSL 178.78º 0.98% 0.2% -
HSV(B) 178.78º 0.99% 0.39% -
XYZ 6.63 9.79 12.85 -
YUV 69.47 143.53 79.16 -
System Red Green Blue C M Y K H S L
Decimal 1 99 97 0.99 0 0.02 0.61 178.78 0.98 0.2
Hex 1 63 61 63 0 2 3D B3 62 14
Octal 1 143 141 143 0 2 75 263 142 24
Binary 1 1100011 1100001 1100011 0 10 111101 10110011 1100010 10100

Color Harmonies of #016361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016361

Black with #016361

Text Example


Text Example

White with #016361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016361; }

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

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

background-color css

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

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

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

border-color css

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

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

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