Html Css Color HEX #015652 Mosque

📋 copy color: '#015652'

red 1 ◦ green 86 ◦ blue 82

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

Shades of Mosque #015652

Tints of Mosque #015652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 50.89%

 BLUE value IS 82 (32.42% from 255) = 48.52%

R = 0.59%
G = 50.89%
B = 48.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#015652 (or 0x015652) is known color: Mosque. HEX triplet: 01, 56 and 52. RGB value is (1,86,82). Sum of RGB (Red+Green+Blue) = 1+86+82=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #015652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015652 is #FEA9AD. Grayscale: #3C3C3C. Windows color (decimal): -16689582 or 5395969. OLE color: 5395969.

HSL color Cylindrical-coordinate representation of color #015652: hue angle of 177.18º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015652 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 86 82 -
CMYK 0.99 0 0.05 0.66
HSL 177.18º 0.98% 0.17% -
HSV(B) 177.18º 0.99% 0.34% -
XYZ 4.86 7.27 9.13 -
YUV 60.13 140.34 85.83 -
System Red Green Blue C M Y K H S L
Decimal 1 86 82 0.99 0 0.05 0.66 177.18 0.98 0.17
Hex 1 56 52 63 0 5 42 B1 62 11
Octal 1 126 122 143 0 5 102 261 142 21
Binary 1 1010110 1010010 1100011 0 101 1000010 10110001 1100010 10001

Color Harmonies of #015652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015652

Black with #015652

Text Example


Text Example

White with #015652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015652; }

 p { color: rgb(1,86,82); }

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

background-color css

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

 a { background-color: rgb(1,86,82); }

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

border-color css

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

 span { border-color: rgb(1,86,82); }

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