Html Css Color HEX #251F70 Midnight Blue

📋 copy color: '#251F70'

red 37 ◦ green 31 ◦ blue 112

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

Shades of Midnight Blue #251F70

Tints of Midnight Blue #251F70

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.22%

 BLUE value IS 112 (44.14% from 255) = 62.22%

R = 20.56%
G = 17.22%
B = 62.22%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#251F70 (or 0x251F70) is known color: Midnight Blue. HEX triplet: 25, 1F and 70. RGB value is (37,31,112). Sum of RGB (Red+Green+Blue) = 37+31+112=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #251F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251F70 is #DAE08F. Grayscale: #292929. Windows color (decimal): -14344336 or 7348005. OLE color: 7348005.

HSL color Cylindrical-coordinate representation of color #251F70: hue angle of 244.44º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #251F70 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 31 112 -
CMYK 0.67 0.72 0 0.56
HSL 244.44º 0.57% 0.28% -
HSV(B) 244.44º 0.72% 0.44% -
XYZ 4.18 2.54 15.6 -
YUV 42.03 167.49 124.41 -
System Red Green Blue C M Y K H S L
Decimal 37 31 112 0.67 0.72 0 0.56 244.44 0.57 0.28
Hex 25 1F 70 43 48 0 38 F4 39 1C
Octal 45 37 160 103 110 0 70 364 71 34
Binary 100101 11111 1110000 1000011 1001000 0 111000 11110100 111001 11100

Color Harmonies of #251F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F70

Black with #251F70

Text Example


Text Example

White with #251F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,31,112); }

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

background-color css

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

 a { background-color: rgb(37,31,112); }

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

border-color css

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

 span { border-color: rgb(37,31,112); }

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