Html Css Color HEX #1F117C Midnight Blue

📋 copy color: '#1F117C'

red 31 ◦ green 17 ◦ blue 124

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

Shades of Midnight Blue #1F117C

Tints of Midnight Blue #1F117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

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

R = 18.02%
G = 9.88%
B = 72.09%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F117C (or 0x1F117C) is known color: Midnight Blue. HEX triplet: 1F, 11 and 7C. RGB value is (31,17,124). Sum of RGB (Red+Green+Blue) = 31+17+124=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 124 (48.83% from 255 or 72.09% from 172); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F117C is #E0EE83. Grayscale: #202020. Windows color (decimal): -14741124 or 8130847. OLE color: 8130847.

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

Color convert

RGB 31 17 124 -
CMYK 0.75 0.86 0 0.51
HSL 247.85º 0.76% 0.28% -
HSV(B) 247.85º 0.86% 0.49% -
XYZ 4.4 2.15 19.25 -
YUV 33.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 31 17 124 0.75 0.86 0 0.51 247.85 0.76 0.28
Hex 1F 11 7C 4B 56 0 33 F8 4C 1C
Octal 37 21 174 113 126 0 63 370 114 34
Binary 11111 10001 1111100 1001011 1010110 0 110011 11111000 1001100 11100

Color Harmonies of #1F117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F117C

Black with #1F117C

Text Example


Text Example

White with #1F117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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