Html Css Color HEX #01585E Mosque

📋 copy color: '#01585E'

red 1 ◦ green 88 ◦ blue 94

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

Shades of Mosque #01585E

Tints of Mosque #01585E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 51.37%

R = 0.55%
G = 48.09%
B = 51.37%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01585E (or 0x01585E) is known color: Mosque. HEX triplet: 01, 58 and 5E. RGB value is (1,88,94). Sum of RGB (Red+Green+Blue) = 1+88+94=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #01585E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01585E is #FEA7A1. Grayscale: #3E3E3E. Windows color (decimal): -16689058 or 6182913. OLE color: 6182913.

HSL color Cylindrical-coordinate representation of color #01585E: hue angle of 183.87º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01585E is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 88 94 -
CMYK 0.99 0.06 0 0.63
HSL 183.87º 0.98% 0.19% -
HSV(B) 183.87º 0.99% 0.37% -
XYZ 5.52 7.79 11.8 -
YUV 62.67 145.68 84.01 -
System Red Green Blue C M Y K H S L
Decimal 1 88 94 0.99 0.06 0 0.63 183.87 0.98 0.19
Hex 1 58 5E 63 6 0 3F B8 62 13
Octal 1 130 136 143 6 0 77 270 142 23
Binary 1 1011000 1011110 1100011 110 0 111111 10111000 1100010 10011

Color Harmonies of #01585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01585E

Black with #01585E

Text Example


Text Example

White with #01585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01585E; }

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

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

background-color css

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

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

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

border-color css

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

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

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