#251c85

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

Shades of Midnight Blue #251C85

Tints of Midnight Blue #251C85

Color information

#251C85 (or 0x251C85) is unknown color: approx Midnight Blue. HEX triplet: 25, 1C and 85. RGB value is (37,28,133). Sum of RGB (Red+Green+Blue) = 37+28+133=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #251C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251C85 is #DAE37A. Grayscale: #2A2A2A. Windows color (decimal): -14345083 or 8723493. OLE color: 8723493.

HSL color Cylindrical-coordinate representation of color #251C85: hue angle of 245.14º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #251C85 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3728133-
CMYK0.720.7900.48
HSL245.14º65.22%31.57%-
HSV(B)245.14º78.95%52.16%-
XYZ5.412.9222.47-
YUV42.66178.98123.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 28 (11.33% from 255) = 14.14%
BLUE value IS 133 (52.34% from 255) = 67.17%
R=18.69%
G=14.14%
B=67.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37281330.720.7900.48245.1465.2231.57
Hex251C85484F030f54120
Octal453420511011706036510140
Binary1001011110010000101100100010011110110000111101011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251c85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,28,133); }

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

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

 a { background-color: rgb(37,28,133); }

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

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

 span { border-color: rgb(37,28,133); }

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