Html Css Color HEX #01625B Mosque

📋 copy color: '#01625B'

red 1 ◦ green 98 ◦ blue 91

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

Shades of Mosque #01625B

Tints of Mosque #01625B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 47.89%

R = 0.53%
G = 51.58%
B = 47.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#01625B (or 0x01625B) is known color: Mosque. HEX triplet: 01, 62 and 5B. RGB value is (1,98,91). Sum of RGB (Red+Green+Blue) = 1+98+91=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #01625B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01625B is #FE9DA4. Grayscale: #444444. Windows color (decimal): -16686501 or 5988865. OLE color: 5988865.

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

Color convert

RGB 1 98 91 -
CMYK 0.99 0 0.07 0.62
HSL 175.67º 0.98% 0.19% -
HSV(B) 175.67º 0.99% 0.38% -
XYZ 6.27 9.5 11.4 -
YUV 68.2 140.86 80.07 -
System Red Green Blue C M Y K H S L
Decimal 1 98 91 0.99 0 0.07 0.62 175.67 0.98 0.19
Hex 1 62 5B 63 0 7 3E B0 62 13
Octal 1 142 133 143 0 7 76 260 142 23
Binary 1 1100010 1011011 1100011 0 111 111110 10110000 1100010 10011

Color Harmonies of #01625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01625B

Black with #01625B

Text Example


Text Example

White with #01625B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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