Html Css Color HEX #016658 Mosque

📋 copy color: '#016658'

red 1 ◦ green 102 ◦ blue 88

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

Shades of Mosque #016658

Tints of Mosque #016658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 46.07%

R = 0.52%
G = 53.4%
B = 46.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#016658 (or 0x016658) is known color: Mosque. HEX triplet: 01, 66 and 58. RGB value is (1,102,88). Sum of RGB (Red+Green+Blue) = 1+102+88=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #016658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016658 is #FE99A7. Grayscale: #464646. Windows color (decimal): -16685480 or 5793281. OLE color: 5793281.

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

Color convert

RGB 1 102 88 -
CMYK 0.99 0 0.14 0.6
HSL 171.68º 0.98% 0.2% -
HSV(B) 171.68º 0.99% 0.4% -
XYZ 6.53 10.21 10.86 -
YUV 70.21 138.04 78.64 -
System Red Green Blue C M Y K H S L
Decimal 1 102 88 0.99 0 0.14 0.6 171.68 0.98 0.2
Hex 1 66 58 63 0 E 3C AC 62 14
Octal 1 146 130 143 0 16 74 254 142 24
Binary 1 1100110 1011000 1100011 0 1110 111100 10101100 1100010 10100

Color Harmonies of #016658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016658

Black with #016658

Text Example


Text Example

White with #016658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016658; }

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

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

background-color css

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

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

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

border-color css

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

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

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