Html Css Color HEX #016665 Mosque

📋 copy color: '#016665'

red 1 ◦ green 102 ◦ blue 101

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

Shades of Mosque #016665

Tints of Mosque #016665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50%

 BLUE value IS 101 (39.84% from 255) = 49.51%

R = 0.49%
G = 50%
B = 49.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#016665 (or 0x016665) is known color: Mosque. HEX triplet: 01, 66 and 65. RGB value is (1,102,101). Sum of RGB (Red+Green+Blue) = 1+102+101=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #016665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016665 is #FE999A. Grayscale: #474747. Windows color (decimal): -16685467 or 6645249. OLE color: 6645249.

HSL color Cylindrical-coordinate representation of color #016665: hue angle of 179.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016665 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 102 101 -
CMYK 0.99 0 0.01 0.6
HSL 179.41º 0.98% 0.2% -
HSV(B) 179.41º 0.99% 0.4% -
XYZ 7.11 10.45 13.95 -
YUV 71.69 144.54 77.58 -
System Red Green Blue C M Y K H S L
Decimal 1 102 101 0.99 0 0.01 0.6 179.41 0.98 0.2
Hex 1 66 65 63 0 1 3C B3 62 14
Octal 1 146 145 143 0 1 74 263 142 24
Binary 1 1100110 1100101 1100011 0 1 111100 10110011 1100010 10100

Color Harmonies of #016665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016665

Black with #016665

Text Example


Text Example

White with #016665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016665; }

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

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

background-color css

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

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

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

border-color css

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

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

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