Html Css Color HEX #01555D Mosque

📋 copy color: '#01555D'

red 1 ◦ green 85 ◦ blue 93

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

Shades of Mosque #01555D

Tints of Mosque #01555D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 51.96%

R = 0.56%
G = 47.49%
B = 51.96%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01555D (or 0x01555D) is known color: Mosque. HEX triplet: 01, 55 and 5D. RGB value is (1,85,93). Sum of RGB (Red+Green+Blue) = 1+85+93=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #01555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01555D is #FEAAA2. Grayscale: #3C3C3C. Windows color (decimal): -16689827 or 6116609. OLE color: 6116609.

HSL color Cylindrical-coordinate representation of color #01555D: hue angle of 185.22º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01555D is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 85 93 -
CMYK 0.99 0.09 0 0.64
HSL 185.22º 0.98% 0.18% -
HSV(B) 185.22º 0.99% 0.36% -
XYZ 5.24 7.29 11.49 -
YUV 60.8 146.17 85.35 -
System Red Green Blue C M Y K H S L
Decimal 1 85 93 0.99 0.09 0 0.64 185.22 0.98 0.18
Hex 1 55 5D 63 9 0 40 B9 62 12
Octal 1 125 135 143 11 0 100 271 142 22
Binary 1 1010101 1011101 1100011 1001 0 1000000 10111001 1100010 10010

Color Harmonies of #01555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01555D

Black with #01555D

Text Example


Text Example

White with #01555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01555D; }

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

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

background-color css

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

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

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

border-color css

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

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

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