Html Css Color HEX #01584B Mosque

📋 copy color: '#01584B'

red 1 ◦ green 88 ◦ blue 75

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

Shades of Mosque #01584B

Tints of Mosque #01584B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.66%

 BLUE value IS 75 (29.69% from 255) = 45.73%

R = 0.61%
G = 53.66%
B = 45.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#01584B (or 0x01584B) is known color: Mosque. HEX triplet: 01, 58 and 4B. RGB value is (1,88,75). Sum of RGB (Red+Green+Blue) = 1+88+75=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #01584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01584B is #FEA7B4. Grayscale: #3C3C3C. Windows color (decimal): -16689077 or 4937729. OLE color: 4937729.

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

Color convert

RGB 1 88 75 -
CMYK 0.99 0 0.15 0.65
HSL 171.03º 0.98% 0.17% -
HSV(B) 171.03º 0.99% 0.35% -
XYZ 4.77 7.49 7.85 -
YUV 60.51 136.18 85.56 -
System Red Green Blue C M Y K H S L
Decimal 1 88 75 0.99 0 0.15 0.65 171.03 0.98 0.17
Hex 1 58 4B 63 0 F 41 AB 62 11
Octal 1 130 113 143 0 17 101 253 142 21
Binary 1 1011000 1001011 1100011 0 1111 1000001 10101011 1100010 10001

Color Harmonies of #01584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01584B

Black with #01584B

Text Example


Text Example

White with #01584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,88,75); }

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

background-color css

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

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

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

border-color css

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

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

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