Html Css Color HEX #015555 Mosque

📋 copy color: '#015555'

red 1 ◦ green 85 ◦ blue 85

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

Shades of Mosque #015555

Tints of Mosque #015555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.71%

 BLUE value IS 85 (33.59% from 255) = 49.71%

R = 0.58%
G = 49.71%
B = 49.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#015555 (or 0x015555) is known color: Mosque. HEX triplet: 01, 55 and 55. RGB value is (1,85,85). Sum of RGB (Red+Green+Blue) = 1+85+85=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #015555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015555 is #FEAAAA. Grayscale: #3B3B3B. Windows color (decimal): -16689835 or 5592321. OLE color: 5592321.

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

Color convert

RGB 1 85 85 -
CMYK 0.99 0 0 0.67
HSL 180º 0.98% 0.17% -
HSV(B) 180º 0.99% 0.33% -
XYZ 4.9 7.16 9.72 -
YUV 59.88 142.17 86 -
System Red Green Blue C M Y K H S L
Decimal 1 85 85 0.99 0 0 0.67 180 0.98 0.17
Hex 1 55 55 63 0 0 43 B4 62 11
Octal 1 125 125 143 0 0 103 264 142 21
Binary 1 1010101 1010101 1100011 0 0 1000011 10110100 1100010 10001

Color Harmonies of #015555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015555

Black with #015555

Text Example


Text Example

White with #015555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015555; }

 p { color: rgb(1,85,85); }

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

background-color css

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

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

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

border-color css

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

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

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