Html Css Color HEX #015C62 Mosque

📋 copy color: '#015C62'

red 1 ◦ green 92 ◦ blue 98

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

Shades of Mosque #015C62

Tints of Mosque #015C62

RGB

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

 GREEN value IS 92 (36.33% from 255) = 48.17%

 BLUE value IS 98 (38.67% from 255) = 51.31%

R = 0.52%
G = 48.17%
B = 51.31%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#015C62 (or 0x015C62) is known color: Mosque. HEX triplet: 01, 5C and 62. RGB value is (1,92,98). Sum of RGB (Red+Green+Blue) = 1+92+98=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #015C62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C62 is #FEA39D. Grayscale: #414141. Windows color (decimal): -16688030 or 6446081. OLE color: 6446081.

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

Color convert

RGB 1 92 98 -
CMYK 0.99 0.06 0 0.62
HSL 183.71º 0.98% 0.19% -
HSV(B) 183.71º 0.99% 0.38% -
XYZ 6.04 8.54 12.89 -
YUV 65.48 146.35 82.01 -
System Red Green Blue C M Y K H S L
Decimal 1 92 98 0.99 0.06 0 0.62 183.71 0.98 0.19
Hex 1 5C 62 63 6 0 3E B8 62 13
Octal 1 134 142 143 6 0 76 270 142 23
Binary 1 1011100 1100010 1100011 110 0 111110 10111000 1100010 10011

Color Harmonies of #015C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C62

Black with #015C62

Text Example


Text Example

White with #015C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,92,98); }

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

background-color css

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

 a { background-color: rgb(1,92,98); }

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

border-color css

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

 span { border-color: rgb(1,92,98); }

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