Html Css Color HEX #25207F Midnight Blue

📋 copy color: '#25207F'

red 37 ◦ green 32 ◦ blue 127

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

Shades of Midnight Blue #25207F

Tints of Midnight Blue #25207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 64.8%

R = 18.88%
G = 16.33%
B = 64.8%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#25207F (or 0x25207F) is known color: Midnight Blue. HEX triplet: 25, 20 and 7F. RGB value is (37,32,127). Sum of RGB (Red+Green+Blue) = 37+32+127=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #25207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25207F is #DADF80. Grayscale: #2B2B2B. Windows color (decimal): -14344065 or 8331301. OLE color: 8331301.

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

Color convert

RGB 37 32 127 -
CMYK 0.71 0.75 0 0.50
HSL 243.16º 0.6% 0.31% -
HSV(B) 243.16º 0.75% 0.5% -
XYZ 5.11 2.96 20.38 -
YUV 44.33 174.66 122.78 -
System Red Green Blue C M Y K H S L
Decimal 37 32 127 0.71 0.75 0 0.50 243.16 0.6 0.31
Hex 25 20 7F 47 4B 0 32 F3 3C 1F
Octal 45 40 177 107 113 0 62 363 74 37
Binary 100101 100000 1111111 1000111 1001011 0 110010 11110011 111100 11111

Color Harmonies of #25207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25207F

Black with #25207F

Text Example


Text Example

White with #25207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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