Html Css Color HEX #016865 Mosque

📋 copy color: '#016865'

red 1 ◦ green 104 ◦ blue 101

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

Shades of Mosque #016865

Tints of Mosque #016865

RGB

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

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

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

R = 0.49%
G = 50.49%
B = 49.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#016865 (or 0x016865) is known color: Mosque. HEX triplet: 01, 68 and 65. RGB value is (1,104,101). Sum of RGB (Red+Green+Blue) = 1+104+101=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #016865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016865 is #FE979A. Grayscale: #484848. Windows color (decimal): -16684955 or 6645761. OLE color: 6645761.

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

Color convert

RGB 1 104 101 -
CMYK 0.99 0 0.03 0.59
HSL 178.25º 0.98% 0.21% -
HSV(B) 178.25º 0.99% 0.41% -
XYZ 7.31 10.85 14.02 -
YUV 72.86 143.88 76.74 -
System Red Green Blue C M Y K H S L
Decimal 1 104 101 0.99 0 0.03 0.59 178.25 0.98 0.21
Hex 1 68 65 63 0 3 3B B2 62 15
Octal 1 150 145 143 0 3 73 262 142 25
Binary 1 1101000 1100101 1100011 0 11 111011 10110010 1100010 10101

Color Harmonies of #016865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016865

Black with #016865

Text Example


Text Example

White with #016865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016865; }

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

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

background-color css

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

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

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

border-color css

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

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

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