Html Css Color HEX #251F72 Midnight Blue

📋 copy color: '#251F72'

red 37 ◦ green 31 ◦ blue 114

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

Shades of Midnight Blue #251F72

Tints of Midnight Blue #251F72

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.03%

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

R = 20.33%
G = 17.03%
B = 62.64%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#251F72 (or 0x251F72) is known color: Midnight Blue. HEX triplet: 25, 1F and 72. RGB value is (37,31,114). Sum of RGB (Red+Green+Blue) = 37+31+114=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #251F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251F72 is #DAE08D. Grayscale: #292929. Windows color (decimal): -14344334 or 7479077. OLE color: 7479077.

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

Color convert

RGB 37 31 114 -
CMYK 0.68 0.73 0 0.55
HSL 244.34º 0.57% 0.28% -
HSV(B) 244.34º 0.73% 0.45% -
XYZ 4.29 2.59 16.19 -
YUV 42.26 168.49 124.25 -
System Red Green Blue C M Y K H S L
Decimal 37 31 114 0.68 0.73 0 0.55 244.34 0.57 0.28
Hex 25 1F 72 44 49 0 37 F4 39 1C
Octal 45 37 162 104 111 0 67 364 71 34
Binary 100101 11111 1110010 1000100 1001001 0 110111 11110100 111001 11100

Color Harmonies of #251F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F72

Black with #251F72

Text Example


Text Example

White with #251F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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