Html Css Color HEX #015F58 Mosque

📋 copy color: '#015F58'

red 1 ◦ green 95 ◦ blue 88

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

Shades of Mosque #015F58

Tints of Mosque #015F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 51.63%

 BLUE value IS 88 (34.77% from 255) = 47.83%

R = 0.54%
G = 51.63%
B = 47.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#015F58 (or 0x015F58) is known color: Mosque. HEX triplet: 01, 5F and 58. RGB value is (1,95,88). Sum of RGB (Red+Green+Blue) = 1+95+88=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 95 (37.5% from 255 or 51.63% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 95 - color contains mainly: green. Hex color #015F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F58 is #FEA0A7. Grayscale: #424242. Windows color (decimal): -16687272 or 5791489. OLE color: 5791489.

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

Color convert

RGB 1 95 88 -
CMYK 0.99 0 0.07 0.63
HSL 175.53º 0.98% 0.19% -
HSV(B) 175.53º 0.99% 0.37% -
XYZ 5.87 8.9 10.64 -
YUV 66.1 140.36 81.57 -
System Red Green Blue C M Y K H S L
Decimal 1 95 88 0.99 0 0.07 0.63 175.53 0.98 0.19
Hex 1 5F 58 63 0 7 3F B0 62 13
Octal 1 137 130 143 0 7 77 260 142 23
Binary 1 1011111 1011000 1100011 0 111 111111 10110000 1100010 10011

Color Harmonies of #015F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F58

Black with #015F58

Text Example


Text Example

White with #015F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015F58; }

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

 H1.HeaderClassName
 {
   color: #015F58;
 }
 .AnyTagClassName
 {
   color: #015F58;
 }
</style>

background-color css

<style>
 a { background-color: #015F58; }

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

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

border-color css

<style>
 span { border-color: #015F58; }

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

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