Html Css Color HEX #015F61 Mosque

📋 copy color: '#015F61'

red 1 ◦ green 95 ◦ blue 97

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

Shades of Mosque #015F61

Tints of Mosque #015F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 50.26%

R = 0.52%
G = 49.22%
B = 50.26%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#015F61 (or 0x015F61) is known color: Mosque. HEX triplet: 01, 5F and 61. RGB value is (1,95,97). Sum of RGB (Red+Green+Blue) = 1+95+97=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #015F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F61 is #FEA09E. Grayscale: #434343. Windows color (decimal): -16687263 or 6381313. OLE color: 6381313.

HSL color Cylindrical-coordinate representation of color #015F61: hue angle of 181.25º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F61 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 95 97 -
CMYK 0.99 0.02 0 0.62
HSL 181.25º 0.98% 0.19% -
HSV(B) 181.25º 0.99% 0.38% -
XYZ 6.26 9.05 12.73 -
YUV 67.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 1 95 97 0.99 0.02 0 0.62 181.25 0.98 0.19
Hex 1 5F 61 63 2 0 3E B5 62 13
Octal 1 137 141 143 2 0 76 265 142 23
Binary 1 1011111 1100001 1100011 10 0 111110 10110101 1100010 10011

Color Harmonies of #015F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F61

Black with #015F61

Text Example


Text Example

White with #015F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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