Html Css Color HEX #016362 Mosque

📋 copy color: '#016362'

red 1 ◦ green 99 ◦ blue 98

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

Shades of Mosque #016362

Tints of Mosque #016362

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

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

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

Color convert

RGB 1 99 98 -
CMYK 0.99 0 0.01 0.61
HSL 179.39º 0.98% 0.2% -
HSV(B) 179.39º 0.99% 0.39% -
XYZ 6.68 9.81 13.1 -
YUV 69.58 144.03 79.08 -
System Red Green Blue C M Y K H S L
Decimal 1 99 98 0.99 0 0.01 0.61 179.39 0.98 0.2
Hex 1 63 62 63 0 1 3D B3 62 14
Octal 1 143 142 143 0 1 75 263 142 24
Binary 1 1100011 1100010 1100011 0 1 111101 10110011 1100010 10100

Color Harmonies of #016362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016362

Black with #016362

Text Example


Text Example

White with #016362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016362; }

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

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

background-color css

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

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

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

border-color css

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

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

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