Html Css Color HEX #252570 Midnight Blue

📋 copy color: '#252570'

red 37 ◦ green 37 ◦ blue 112

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

Shades of Midnight Blue #252570

Tints of Midnight Blue #252570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 60.22%

R = 19.89%
G = 19.89%
B = 60.22%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#252570 (or 0x252570) is known color: Midnight Blue. HEX triplet: 25, 25 and 70. RGB value is (37,37,112). Sum of RGB (Red+Green+Blue) = 37+37+112=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #252570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252570 is #DADA8F. Grayscale: #2D2D2D. Windows color (decimal): -14342800 or 7349541. OLE color: 7349541.

HSL color Cylindrical-coordinate representation of color #252570: hue angle of 240º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #252570 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 37 112 -
CMYK 0.67 0.67 0 0.56
HSL 240º 0.5% 0.29% -
HSV(B) 240º 0.67% 0.44% -
XYZ 4.35 2.89 15.66 -
YUV 45.55 165.5 121.9 -
System Red Green Blue C M Y K H S L
Decimal 37 37 112 0.67 0.67 0 0.56 240 0.5 0.29
Hex 25 25 70 43 43 0 38 F0 32 1D
Octal 45 45 160 103 103 0 70 360 62 35
Binary 100101 100101 1110000 1000011 1000011 0 111000 11110000 110010 11101

Color Harmonies of #252570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252570

Black with #252570

Text Example


Text Example

White with #252570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252570; }

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

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

background-color css

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

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

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

border-color css

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

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

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