Html Css Color HEX #015461 Mosque

📋 copy color: '#015461'

red 1 ◦ green 84 ◦ blue 97

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

Shades of Mosque #015461

Tints of Mosque #015461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.15%

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

R = 0.55%
G = 46.15%
B = 53.3%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#015461 (or 0x015461) is known color: Mosque. HEX triplet: 01, 54 and 61. RGB value is (1,84,97). Sum of RGB (Red+Green+Blue) = 1+84+97=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #015461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015461 is #FEAB9E. Grayscale: #3C3C3C. Windows color (decimal): -16690079 or 6378497. OLE color: 6378497.

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

Color convert

RGB 1 84 97 -
CMYK 0.99 0.13 0 0.62
HSL 188.13º 0.98% 0.19% -
HSV(B) 188.13º 0.99% 0.38% -
XYZ 5.34 7.21 12.42 -
YUV 60.67 148.5 85.44 -
System Red Green Blue C M Y K H S L
Decimal 1 84 97 0.99 0.13 0 0.62 188.13 0.98 0.19
Hex 1 54 61 63 D 0 3E BC 62 13
Octal 1 124 141 143 15 0 76 274 142 23
Binary 1 1010100 1100001 1100011 1101 0 111110 10111100 1100010 10011

Color Harmonies of #015461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015461

Black with #015461

Text Example


Text Example

White with #015461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015461; }

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

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

background-color css

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

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

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

border-color css

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

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

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