Html Css Color HEX #25207E Midnight Blue

📋 copy color: '#25207E'

red 37 ◦ green 32 ◦ blue 126

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

Shades of Midnight Blue #25207E

Tints of Midnight Blue #25207E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

 BLUE value IS 126 (49.61% from 255) = 64.62%

R = 18.97%
G = 16.41%
B = 64.62%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25207E (or 0x25207E) is known color: Midnight Blue. HEX triplet: 25, 20 and 7E. RGB value is (37,32,126). Sum of RGB (Red+Green+Blue) = 37+32+126=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 126 (49.61% from 255 or 64.62% from 195); Max value from RGB is 126 - color contains mainly: blue. Hex color #25207E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25207E is #DADF81. Grayscale: #2B2B2B. Windows color (decimal): -14344066 or 8265765. OLE color: 8265765.

HSL color Cylindrical-coordinate representation of color #25207E: hue angle of 243.19º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25207E is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 32 126 -
CMYK 0.71 0.75 0 0.51
HSL 243.19º 0.59% 0.31% -
HSV(B) 243.19º 0.75% 0.49% -
XYZ 5.05 2.93 20.04 -
YUV 44.21 174.16 122.86 -
System Red Green Blue C M Y K H S L
Decimal 37 32 126 0.71 0.75 0 0.51 243.19 0.59 0.31
Hex 25 20 7E 47 4B 0 33 F3 3B 1F
Octal 45 40 176 107 113 0 63 363 73 37
Binary 100101 100000 1111110 1000111 1001011 0 110011 11110011 111011 11111

Color Harmonies of #25207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25207E

Black with #25207E

Text Example


Text Example

White with #25207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25207E; }

 p { color: rgb(37,32,126); }

 H1.HeaderClassName
 {
   color: #25207E;
 }
 .AnyTagClassName
 {
   color: #25207E;
 }
</style>

background-color css

<style>
 a { background-color: #25207E; }

 a { background-color: rgb(37,32,126); }

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

border-color css

<style>
 span { border-color: #25207E; }

 span { border-color: rgb(37,32,126); }

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