Html Css Color HEX #25298E Midnight Blue

📋 copy color: '#25298E'

red 37 ◦ green 41 ◦ blue 142

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

Shades of Midnight Blue #25298E

Tints of Midnight Blue #25298E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

 BLUE value IS 142 (55.86% from 255) = 64.55%

R = 16.82%
G = 18.64%
B = 64.55%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25298E (or 0x25298E) is known color: Midnight Blue. HEX triplet: 25, 29 and 8E. RGB value is (37,41,142). Sum of RGB (Red+Green+Blue) = 37+41+142=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #25298E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25298E is #DAD671. Grayscale: #323232. Windows color (decimal): -14341746 or 9316645. OLE color: 9316645.

HSL color Cylindrical-coordinate representation of color #25298E: hue angle of 237.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25298E is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 41 142 -
CMYK 0.74 0.71 0 0.44
HSL 237.71º 0.59% 0.35% -
HSV(B) 237.71º 0.74% 0.56% -
XYZ 6.44 3.93 26.01 -
YUV 51.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 37 41 142 0.74 0.71 0 0.44 237.71 0.59 0.35
Hex 25 29 8E 4A 47 0 2C EE 3B 23
Octal 45 51 216 112 107 0 54 356 73 43
Binary 100101 101001 10001110 1001010 1000111 0 101100 11101110 111011 100011

Color Harmonies of #25298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25298E

Black with #25298E

Text Example


Text Example

White with #25298E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,41,142); }

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

background-color css

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

 a { background-color: rgb(37,41,142); }

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

border-color css

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

 span { border-color: rgb(37,41,142); }

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