#251A7F

Color #251A7F Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #251A7F

Tints of Midnight Blue #251A7F

Color information

#251A7F (or 0x251A7F) is unknown color: approx Midnight Blue. HEX triplet: 25, 1A and 7F. RGB value is (37,26,127). Sum of RGB (Red+Green+Blue) = 37+26+127=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #251A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A7F is #DAE580. Grayscale: #282828. Windows color (decimal): -14345601 or 8329765. OLE color: 8329765.

HSL color Cylindrical-coordinate representation of color #251A7F: hue angle of 246.53º degrees, saturation: 0.66, 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 #251A7F is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3726127-
CMYK0.710.8000.50
HSL246.53º66.01%30%-
HSV(B)246.53º79.53%49.8%-
XYZ4.962.6620.33-
YUV40.8176.64125.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 26 (10.55% from 255) = 13.68%
BLUE value IS 127 (50% from 255) = 66.84%
R=19.47%
G=13.68%
B=66.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37261270.710.8000.50246.5366.0130
Hex251A7F4750032f7421e
Octal453217710712006236710236
Binary10010111010111111110001111010000011001011110111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,26,127); }

 H1.HeaderClassName
 {
   color: #251A7F;
 }
 .AnyTagClassName
 {
   color: #251A7F;
 }
</style>
background-color css

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

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

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

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

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

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