Html Css Color HEX #016359 Mosque

📋 copy color: '#016359'

red 1 ◦ green 99 ◦ blue 89

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

Shades of Mosque #016359

Tints of Mosque #016359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 47.09%

R = 0.53%
G = 52.38%
B = 47.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#016359 (or 0x016359) is known color: Mosque. HEX triplet: 01, 63 and 59. RGB value is (1,99,89). Sum of RGB (Red+Green+Blue) = 1+99+89=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #016359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016359 is #FE9CA6. Grayscale: #444444. Windows color (decimal): -16686247 or 5858049. OLE color: 5858049.

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

Color convert

RGB 1 99 89 -
CMYK 0.99 0 0.10 0.61
HSL 173.88º 0.98% 0.2% -
HSV(B) 173.88º 0.99% 0.39% -
XYZ 6.28 9.65 10.98 -
YUV 68.56 139.53 79.81 -
System Red Green Blue C M Y K H S L
Decimal 1 99 89 0.99 0 0.10 0.61 173.88 0.98 0.2
Hex 1 63 59 63 0 A 3D AE 62 14
Octal 1 143 131 143 0 12 75 256 142 24
Binary 1 1100011 1011001 1100011 0 1010 111101 10101110 1100010 10100

Color Harmonies of #016359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016359

Black with #016359

Text Example


Text Example

White with #016359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016359; }

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

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

background-color css

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

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

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

border-color css

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

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

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