Html Css Color HEX #252572 Midnight Blue

📋 copy color: '#252572'

red 37 ◦ green 37 ◦ blue 114

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

Shades of Midnight Blue #252572

Tints of Midnight Blue #252572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.68%

 BLUE value IS 114 (44.92% from 255) = 60.64%

R = 19.68%
G = 19.68%
B = 60.64%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#252572 (or 0x252572) is known color: Midnight Blue. HEX triplet: 25, 25 and 72. RGB value is (37,37,114). Sum of RGB (Red+Green+Blue) = 37+37+114=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #252572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252572 is #DADA8D. Grayscale: #2D2D2D. Windows color (decimal): -14342798 or 7480613. OLE color: 7480613.

HSL color Cylindrical-coordinate representation of color #252572: hue angle of 240º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252572 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 37 114 -
CMYK 0.68 0.68 0 0.55
HSL 240º 0.51% 0.3% -
HSV(B) 240º 0.68% 0.45% -
XYZ 4.46 2.93 16.25 -
YUV 45.78 166.5 121.74 -
System Red Green Blue C M Y K H S L
Decimal 37 37 114 0.68 0.68 0 0.55 240 0.51 0.3
Hex 25 25 72 44 44 0 37 F0 33 1E
Octal 45 45 162 104 104 0 67 360 63 36
Binary 100101 100101 1110010 1000100 1000100 0 110111 11110000 110011 11110

Color Harmonies of #252572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252572

Black with #252572

Text Example


Text Example

White with #252572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252572; }

 p { color: rgb(37,37,114); }

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

background-color css

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

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

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

border-color css

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

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

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