Html Css Color HEX #01625C Mosque

📋 copy color: '#01625C'

red 1 ◦ green 98 ◦ blue 92

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

Shades of Mosque #01625C

Tints of Mosque #01625C

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

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

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

Color convert

RGB 1 98 92 -
CMYK 0.99 0 0.06 0.62
HSL 176.29º 0.98% 0.19% -
HSV(B) 176.29º 0.99% 0.38% -
XYZ 6.31 9.51 11.63 -
YUV 68.31 141.36 79.99 -
System Red Green Blue C M Y K H S L
Decimal 1 98 92 0.99 0 0.06 0.62 176.29 0.98 0.19
Hex 1 62 5C 63 0 6 3E B0 62 13
Octal 1 142 134 143 0 6 76 260 142 23
Binary 1 1100010 1011100 1100011 0 110 111110 10110000 1100010 10011

Color Harmonies of #01625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01625C

Black with #01625C

Text Example


Text Example

White with #01625C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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