Html Css Color HEX #251E80 Midnight Blue

📋 copy color: '#251E80'

red 37 ◦ green 30 ◦ blue 128

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

Shades of Midnight Blue #251E80

Tints of Midnight Blue #251E80

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.38%

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

R = 18.97%
G = 15.38%
B = 65.64%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#251E80 (or 0x251E80) is known color: Midnight Blue. HEX triplet: 25, 1E and 80. RGB value is (37,30,128). Sum of RGB (Red+Green+Blue) = 37+30+128=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 128 (50.39% from 255 or 65.64% from 195); Max value from RGB is 128 - color contains mainly: blue. Hex color #251E80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251E80 is #DAE17F. Grayscale: #2A2A2A. Windows color (decimal): -14344576 or 8396325. OLE color: 8396325.

HSL color Cylindrical-coordinate representation of color #251E80: hue angle of 244.29º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #251E80 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 30 128 -
CMYK 0.71 0.77 0 0.50
HSL 244.29º 0.62% 0.31% -
HSV(B) 244.29º 0.77% 0.5% -
XYZ 5.12 2.88 20.71 -
YUV 43.27 175.82 123.53 -
System Red Green Blue C M Y K H S L
Decimal 37 30 128 0.71 0.77 0 0.50 244.29 0.62 0.31
Hex 25 1E 80 47 4D 0 32 F4 3E 1F
Octal 45 36 200 107 115 0 62 364 76 37
Binary 100101 11110 10000000 1000111 1001101 0 110010 11110100 111110 11111

Color Harmonies of #251E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251E80

Black with #251E80

Text Example


Text Example

White with #251E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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