Html Css Color HEX #015E63 Mosque

📋 copy color: '#015E63'

red 1 ◦ green 94 ◦ blue 99

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

Shades of Mosque #015E63

Tints of Mosque #015E63

RGB

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

 GREEN value IS 94 (37.11% from 255) = 48.45%

 BLUE value IS 99 (39.06% from 255) = 51.03%

R = 0.52%
G = 48.45%
B = 51.03%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#015E63 (or 0x015E63) is known color: Mosque. HEX triplet: 01, 5E and 63. RGB value is (1,94,99). Sum of RGB (Red+Green+Blue) = 1+94+99=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 94 (37.11% from 255 or 48.45% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #015E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E63 is #FEA19C. Grayscale: #424242. Windows color (decimal): -16687517 or 6512129. OLE color: 6512129.

HSL color Cylindrical-coordinate representation of color #015E63: hue angle of 183.06º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E63 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 94 99 -
CMYK 0.99 0.05 0 0.61
HSL 183.06º 0.98% 0.2% -
HSV(B) 183.06º 0.99% 0.39% -
XYZ 6.27 8.91 13.19 -
YUV 66.76 146.19 81.09 -
System Red Green Blue C M Y K H S L
Decimal 1 94 99 0.99 0.05 0 0.61 183.06 0.98 0.2
Hex 1 5E 63 63 5 0 3D B7 62 14
Octal 1 136 143 143 5 0 75 267 142 24
Binary 1 1011110 1100011 1100011 101 0 111101 10110111 1100010 10100

Color Harmonies of #015E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E63

Black with #015E63

Text Example


Text Example

White with #015E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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