Html Css Color HEX #1F157C Midnight Blue

📋 copy color: '#1F157C'

red 31 ◦ green 21 ◦ blue 124

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

Shades of Midnight Blue #1F157C

Tints of Midnight Blue #1F157C

RGB

 RED value IS 31 (12.5% from 255) = 17.61%

 GREEN value IS 21 (8.59% from 255) = 11.93%

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

R = 17.61%
G = 11.93%
B = 70.45%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F157C (or 0x1F157C) is known color: Midnight Blue. HEX triplet: 1F, 15 and 7C. RGB value is (31,21,124). Sum of RGB (Red+Green+Blue) = 31+21+124=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F157C is #E0EA83. Grayscale: #232323. Windows color (decimal): -14740100 or 8131871. OLE color: 8131871.

HSL color Cylindrical-coordinate representation of color #1F157C: hue angle of 245.83º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F157C is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 21 124 -
CMYK 0.75 0.83 0 0.51
HSL 245.83º 0.71% 0.28% -
HSV(B) 245.83º 0.83% 0.49% -
XYZ 4.47 2.28 19.27 -
YUV 35.73 177.81 124.62 -
System Red Green Blue C M Y K H S L
Decimal 31 21 124 0.75 0.83 0 0.51 245.83 0.71 0.28
Hex 1F 15 7C 4B 53 0 33 F6 47 1C
Octal 37 25 174 113 123 0 63 366 107 34
Binary 11111 10101 1111100 1001011 1010011 0 110011 11110110 1000111 11100

Color Harmonies of #1F157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F157C

Black with #1F157C

Text Example


Text Example

White with #1F157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F157C; }

 p { color: rgb(31,21,124); }

 H1.HeaderClassName
 {
   color: #1F157C;
 }
 .AnyTagClassName
 {
   color: #1F157C;
 }
</style>

background-color css

<style>
 a { background-color: #1F157C; }

 a { background-color: rgb(31,21,124); }

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

border-color css

<style>
 span { border-color: #1F157C; }

 span { border-color: rgb(31,21,124); }

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