Html Css Color HEX #251A7C Midnight Blue

📋 copy color: '#251A7C'

red 37 ◦ green 26 ◦ blue 124

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

Shades of Midnight Blue #251A7C

Tints of Midnight Blue #251A7C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.9%

 BLUE value IS 124 (48.83% from 255) = 66.31%

R = 19.79%
G = 13.9%
B = 66.31%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#251A7C (or 0x251A7C) is known color: Midnight Blue. HEX triplet: 25, 1A and 7C. RGB value is (37,26,124). Sum of RGB (Red+Green+Blue) = 37+26+124=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #251A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A7C is #DAE583. Grayscale: #282828. Windows color (decimal): -14345604 or 8133157. OLE color: 8133157.

HSL color Cylindrical-coordinate representation of color #251A7C: hue angle of 246.73º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #251A7C is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 26 124 -
CMYK 0.70 0.79 0 0.51
HSL 246.73º 0.65% 0.29% -
HSV(B) 246.73º 0.79% 0.49% -
XYZ 4.77 2.59 19.32 -
YUV 40.46 175.14 125.53 -
System Red Green Blue C M Y K H S L
Decimal 37 26 124 0.70 0.79 0 0.51 246.73 0.65 0.29
Hex 25 1A 7C 46 4F 0 33 F7 41 1D
Octal 45 32 174 106 117 0 63 367 101 35
Binary 100101 11010 1111100 1000110 1001111 0 110011 11110111 1000001 11101

Color Harmonies of #251A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A7C

Black with #251A7C

Text Example


Text Example

White with #251A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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