Html Css Color HEX #25197C Midnight Blue

📋 copy color: '#25197C'

red 37 ◦ green 25 ◦ blue 124

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

Shades of Midnight Blue #25197C

Tints of Midnight Blue #25197C

RGB

 RED value IS 37 (14.84% from 255) = 19.89%

 GREEN value IS 25 (10.16% from 255) = 13.44%

 BLUE value IS 124 (48.83% from 255) = 66.67%

R = 19.89%
G = 13.44%
B = 66.67%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25197C (or 0x25197C) is known color: Midnight Blue. HEX triplet: 25, 19 and 7C. RGB value is (37,25,124). Sum of RGB (Red+Green+Blue) = 37+25+124=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #25197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25197C is #DAE683. Grayscale: #272727. Windows color (decimal): -14345860 or 8132901. OLE color: 8132901.

HSL color Cylindrical-coordinate representation of color #25197C: hue angle of 247.27º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25197C is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 25 124 -
CMYK 0.70 0.80 0 0.51
HSL 247.27º 0.66% 0.29% -
HSV(B) 247.27º 0.8% 0.49% -
XYZ 4.75 2.54 19.31 -
YUV 39.87 175.48 125.95 -
System Red Green Blue C M Y K H S L
Decimal 37 25 124 0.70 0.80 0 0.51 247.27 0.66 0.29
Hex 25 19 7C 46 50 0 33 F7 42 1D
Octal 45 31 174 106 120 0 63 367 102 35
Binary 100101 11001 1111100 1000110 1010000 0 110011 11110111 1000010 11101

Color Harmonies of #25197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25197C

Black with #25197C

Text Example


Text Example

White with #25197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,25,124); }

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

background-color css

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

 a { background-color: rgb(37,25,124); }

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

border-color css

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

 span { border-color: rgb(37,25,124); }

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