Html Css Color HEX #01625D Mosque

📋 copy color: '#01625D'

red 1 ◦ green 98 ◦ blue 93

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

Shades of Mosque #01625D

Tints of Mosque #01625D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.04%

 BLUE value IS 93 (36.72% from 255) = 48.44%

R = 0.52%
G = 51.04%
B = 48.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#01625D (or 0x01625D) is known color: Mosque. HEX triplet: 01, 62 and 5D. RGB value is (1,98,93). Sum of RGB (Red+Green+Blue) = 1+98+93=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #01625D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01625D is #FE9DA2. Grayscale: #444444. Windows color (decimal): -16686499 or 6119937. OLE color: 6119937.

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

Color convert

RGB 1 98 93 -
CMYK 0.99 0 0.05 0.62
HSL 176.91º 0.98% 0.19% -
HSV(B) 176.91º 0.99% 0.38% -
XYZ 6.36 9.53 11.86 -
YUV 68.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 1 98 93 0.99 0 0.05 0.62 176.91 0.98 0.19
Hex 1 62 5D 63 0 5 3E B1 62 13
Octal 1 142 135 143 0 5 76 261 142 23
Binary 1 1100010 1011101 1100011 0 101 111110 10110001 1100010 10011

Color Harmonies of #01625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01625D

Black with #01625D

Text Example


Text Example

White with #01625D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01625D; }

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

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

background-color css

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

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

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

border-color css

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

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

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