Html Css Color HEX #251980 Midnight Blue

📋 copy color: '#251980'

red 37 ◦ green 25 ◦ blue 128

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

Shades of Midnight Blue #251980

Tints of Midnight Blue #251980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 67.37%

R = 19.47%
G = 13.16%
B = 67.37%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#251980 (or 0x251980) is known color: Midnight Blue. HEX triplet: 25, 19 and 80. RGB value is (37,25,128). Sum of RGB (Red+Green+Blue) = 37+25+128=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 128 (50.39% from 255 or 67.37% from 190); Max value from RGB is 128 - color contains mainly: blue. Hex color #251980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251980 is #DAE67F. Grayscale: #272727. Windows color (decimal): -14345856 or 8395045. OLE color: 8395045.

HSL color Cylindrical-coordinate representation of color #251980: hue angle of 246.99º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #251980 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 25 128 -
CMYK 0.71 0.80 0 0.50
HSL 246.99º 0.67% 0.3% -
HSV(B) 246.99º 0.8% 0.5% -
XYZ 5.01 2.65 20.67 -
YUV 40.33 177.48 125.62 -
System Red Green Blue C M Y K H S L
Decimal 37 25 128 0.71 0.80 0 0.50 246.99 0.67 0.3
Hex 25 19 80 47 50 0 32 F7 43 1E
Octal 45 31 200 107 120 0 62 367 103 36
Binary 100101 11001 10000000 1000111 1010000 0 110010 11110111 1000011 11110

Color Harmonies of #251980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251980

Black with #251980

Text Example


Text Example

White with #251980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251980; }

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

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

background-color css

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

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

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

border-color css

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

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

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