Html Css Color HEX #1F187E Midnight Blue

📋 copy color: '#1F187E'

red 31 ◦ green 24 ◦ blue 126

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

Shades of Midnight Blue #1F187E

Tints of Midnight Blue #1F187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.26%

 BLUE value IS 126 (49.61% from 255) = 69.61%

R = 17.13%
G = 13.26%
B = 69.61%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F187E (or 0x1F187E) is known color: Midnight Blue. HEX triplet: 1F, 18 and 7E. RGB value is (31,24,126). Sum of RGB (Red+Green+Blue) = 31+24+126=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 126 (49.61% from 255 or 69.61% from 181); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F187E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F187E is #E0E781. Grayscale: #252525. Windows color (decimal): -14739330 or 8263711. OLE color: 8263711.

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

Color convert

RGB 31 24 126 -
CMYK 0.75 0.81 0 0.51
HSL 244.12º 0.68% 0.29% -
HSV(B) 244.12º 0.81% 0.49% -
XYZ 4.66 2.45 19.97 -
YUV 37.72 177.82 123.21 -
System Red Green Blue C M Y K H S L
Decimal 31 24 126 0.75 0.81 0 0.51 244.12 0.68 0.29
Hex 1F 18 7E 4B 51 0 33 F4 44 1D
Octal 37 30 176 113 121 0 63 364 104 35
Binary 11111 11000 1111110 1001011 1010001 0 110011 11110100 1000100 11101

Color Harmonies of #1F187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F187E

Black with #1F187E

Text Example


Text Example

White with #1F187E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,24,126); }

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

background-color css

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

 a { background-color: rgb(31,24,126); }

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

border-color css

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

 span { border-color: rgb(31,24,126); }

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