Html Css Color HEX #01555B Mosque

📋 copy color: '#01555B'

red 1 ◦ green 85 ◦ blue 91

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

Shades of Mosque #01555B

Tints of Mosque #01555B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 51.41%

R = 0.56%
G = 48.02%
B = 51.41%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01555B (or 0x01555B) is known color: Mosque. HEX triplet: 01, 55 and 5B. RGB value is (1,85,91). Sum of RGB (Red+Green+Blue) = 1+85+91=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #01555B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01555B is #FEAAA4. Grayscale: #3C3C3C. Windows color (decimal): -16689829 or 5985537. OLE color: 5985537.

HSL color Cylindrical-coordinate representation of color #01555B: hue angle of 184º 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 #01555B is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 85 91 -
CMYK 0.99 0.07 0 0.64
HSL 184º 0.98% 0.18% -
HSV(B) 184º 0.99% 0.36% -
XYZ 5.15 7.26 11.03 -
YUV 60.57 145.17 85.51 -
System Red Green Blue C M Y K H S L
Decimal 1 85 91 0.99 0.07 0 0.64 184 0.98 0.18
Hex 1 55 5B 63 7 0 40 B8 62 12
Octal 1 125 133 143 7 0 100 270 142 22
Binary 1 1010101 1011011 1100011 111 0 1000000 10111000 1100010 10010

Color Harmonies of #01555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01555B

Black with #01555B

Text Example


Text Example

White with #01555B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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