Html Css Color HEX #01555A Mosque

📋 copy color: '#01555A'

red 1 ◦ green 85 ◦ blue 90

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

Shades of Mosque #01555A

Tints of Mosque #01555A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 51.14%

R = 0.57%
G = 48.3%
B = 51.14%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01555A (or 0x01555A) is known color: Mosque. HEX triplet: 01, 55 and 5A. RGB value is (1,85,90). Sum of RGB (Red+Green+Blue) = 1+85+90=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #01555A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01555A is #FEAAA5. Grayscale: #3C3C3C. Windows color (decimal): -16689830 or 5920001. OLE color: 5920001.

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

Color convert

RGB 1 85 90 -
CMYK 0.99 0.06 0 0.65
HSL 183.37º 0.98% 0.18% -
HSV(B) 183.37º 0.99% 0.35% -
XYZ 5.11 7.24 10.8 -
YUV 60.45 144.67 85.59 -
System Red Green Blue C M Y K H S L
Decimal 1 85 90 0.99 0.06 0 0.65 183.37 0.98 0.18
Hex 1 55 5A 63 6 0 41 B7 62 12
Octal 1 125 132 143 6 0 101 267 142 22
Binary 1 1010101 1011010 1100011 110 0 1000001 10110111 1100010 10010

Color Harmonies of #01555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01555A

Black with #01555A

Text Example


Text Example

White with #01555A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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