Html Css Color HEX #251970 Midnight Blue

📋 copy color: '#251970'

red 37 ◦ green 25 ◦ blue 112

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

Shades of Midnight Blue #251970

Tints of Midnight Blue #251970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

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

R = 21.26%
G = 14.37%
B = 64.37%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#251970 (or 0x251970) is known color: Midnight Blue. HEX triplet: 25, 19 and 70. RGB value is (37,25,112). Sum of RGB (Red+Green+Blue) = 37+25+112=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #251970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251970 is #DAE68F. Grayscale: #262626. Windows color (decimal): -14345872 or 7346469. OLE color: 7346469.

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

Color convert

RGB 37 25 112 -
CMYK 0.67 0.78 0 0.56
HSL 248.28º 0.64% 0.27% -
HSV(B) 248.28º 0.78% 0.44% -
XYZ 4.04 2.26 15.55 -
YUV 38.51 169.48 126.93 -
System Red Green Blue C M Y K H S L
Decimal 37 25 112 0.67 0.78 0 0.56 248.28 0.64 0.27
Hex 25 19 70 43 4E 0 38 F8 40 1B
Octal 45 31 160 103 116 0 70 370 100 33
Binary 100101 11001 1110000 1000011 1001110 0 111000 11111000 1000000 11011

Color Harmonies of #251970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251970

Black with #251970

Text Example


Text Example

White with #251970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251970; }

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

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

background-color css

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

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

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

border-color css

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

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

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