Html Css Color HEX #016866 Mosque

📋 copy color: '#016866'

red 1 ◦ green 104 ◦ blue 102

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

Shades of Mosque #016866

Tints of Mosque #016866

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.24%

 BLUE value IS 102 (40.23% from 255) = 49.28%

R = 0.48%
G = 50.24%
B = 49.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#016866 (or 0x016866) is known color: Mosque. HEX triplet: 01, 68 and 66. RGB value is (1,104,102). Sum of RGB (Red+Green+Blue) = 1+104+102=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #016866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016866 is #FE9799. Grayscale: #484848. Windows color (decimal): -16684954 or 6711297. OLE color: 6711297.

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

Color convert

RGB 1 104 102 -
CMYK 0.99 0 0.02 0.59
HSL 178.83º 0.98% 0.21% -
HSV(B) 178.83º 0.99% 0.41% -
XYZ 7.36 10.87 14.28 -
YUV 72.98 144.38 76.66 -
System Red Green Blue C M Y K H S L
Decimal 1 104 102 0.99 0 0.02 0.59 178.83 0.98 0.21
Hex 1 68 66 63 0 2 3B B3 62 15
Octal 1 150 146 143 0 2 73 263 142 25
Binary 1 1101000 1100110 1100011 0 10 111011 10110011 1100010 10101

Color Harmonies of #016866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016866

Black with #016866

Text Example


Text Example

White with #016866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016866; }

 p { color: rgb(1,104,102); }

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

background-color css

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

 a { background-color: rgb(1,104,102); }

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

border-color css

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

 span { border-color: rgb(1,104,102); }

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