Html Css Color HEX #016062 Mosque

📋 copy color: '#016062'

red 1 ◦ green 96 ◦ blue 98

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

Shades of Mosque #016062

Tints of Mosque #016062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 49.23%

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

R = 0.51%
G = 49.23%
B = 50.26%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#016062 (or 0x016062) is known color: Mosque. HEX triplet: 01, 60 and 62. RGB value is (1,96,98). Sum of RGB (Red+Green+Blue) = 1+96+98=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #016062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016062 is #FE9F9D. Grayscale: #434343. Windows color (decimal): -16687006 or 6447105. OLE color: 6447105.

HSL color Cylindrical-coordinate representation of color #016062: hue angle of 181.24º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016062 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 98 -
CMYK 0.99 0.02 0 0.62
HSL 181.24º 0.98% 0.19% -
HSV(B) 181.24º 0.99% 0.38% -
XYZ 6.4 9.25 13 -
YUV 67.82 145.03 80.34 -
System Red Green Blue C M Y K H S L
Decimal 1 96 98 0.99 0.02 0 0.62 181.24 0.98 0.19
Hex 1 60 62 63 2 0 3E B5 62 13
Octal 1 140 142 143 2 0 76 265 142 23
Binary 1 1100000 1100010 1100011 10 0 111110 10110101 1100010 10011

Color Harmonies of #016062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016062

Black with #016062

Text Example


Text Example

White with #016062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016062; }

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

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

background-color css

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

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

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

border-color css

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

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

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