Html Css Color HEX #00625B Mosque

📋 copy color: '#00625B'

red 0 ◦ green 98 ◦ blue 91

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

Shades of Mosque #00625B

Tints of Mosque #00625B

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 51.85%
B = 48.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#00625B (or 0x00625B) is known color: Mosque. HEX triplet: 00, 62 and 5B. RGB value is (0,98,91). Sum of RGB (Red+Green+Blue) = 0+98+91=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #00625B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00625B is #FF9DA4. Grayscale: #434343. Windows color (decimal): -16752037 or 5988864. OLE color: 5988864.

HSL color Cylindrical-coordinate representation of color #00625B: hue angle of 175.71º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00625B is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 98 91 -
CMYK 1 0 0.07 0.62
HSL 175.71º 1% 0.19% -
HSV(B) 175.71º 1% 0.38% -
XYZ 6.26 9.49 11.4 -
YUV 67.9 141.03 79.57 -
System Red Green Blue C M Y K H S L
Decimal 0 98 91 1 0 0.07 0.62 175.71 1 0.19
Hex 0 62 5B 64 0 7 3E B0 64 13
Octal 0 142 133 144 0 7 76 260 144 23
Binary 0 1100010 1011011 1100100 0 111 111110 10110000 1100100 10011

Color Harmonies of #00625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00625B

Black with #00625B

Text Example


Text Example

White with #00625B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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