Html Css Color HEX #01585D Mosque

📋 copy color: '#01585D'

red 1 ◦ green 88 ◦ blue 93

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

Shades of Mosque #01585D

Tints of Mosque #01585D

RGB

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

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

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

R = 0.55%
G = 48.35%
B = 51.1%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01585D (or 0x01585D) is known color: Mosque. HEX triplet: 01, 58 and 5D. RGB value is (1,88,93). Sum of RGB (Red+Green+Blue) = 1+88+93=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #01585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01585D is #FEA7A2. Grayscale: #3E3E3E. Windows color (decimal): -16689059 or 6117377. OLE color: 6117377.

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

Color convert

RGB 1 88 93 -
CMYK 0.99 0.05 0 0.64
HSL 183.26º 0.98% 0.18% -
HSV(B) 183.26º 0.99% 0.36% -
XYZ 5.48 7.78 11.57 -
YUV 62.56 145.18 84.09 -
System Red Green Blue C M Y K H S L
Decimal 1 88 93 0.99 0.05 0 0.64 183.26 0.98 0.18
Hex 1 58 5D 63 5 0 40 B7 62 12
Octal 1 130 135 143 5 0 100 267 142 22
Binary 1 1011000 1011101 1100011 101 0 1000000 10110111 1100010 10010

Color Harmonies of #01585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01585D

Black with #01585D

Text Example


Text Example

White with #01585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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