Html Css Color HEX #1F287C Midnight Blue

📋 copy color: '#1F287C'

red 31 ◦ green 40 ◦ blue 124

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

Shades of Midnight Blue #1F287C

Tints of Midnight Blue #1F287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.51%

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

R = 15.9%
G = 20.51%
B = 63.59%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F287C (or 0x1F287C) is known color: Midnight Blue. HEX triplet: 1F, 28 and 7C. RGB value is (31,40,124). Sum of RGB (Red+Green+Blue) = 31+40+124=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F287C is #E0D783. Grayscale: #2E2E2E. Windows color (decimal): -14735236 or 8136735. OLE color: 8136735.

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

Color convert

RGB 31 40 124 -
CMYK 0.75 0.68 0 0.51
HSL 234.19º 0.6% 0.3% -
HSV(B) 234.19º 0.75% 0.49% -
XYZ 4.96 3.26 19.44 -
YUV 46.89 171.52 116.67 -
System Red Green Blue C M Y K H S L
Decimal 31 40 124 0.75 0.68 0 0.51 234.19 0.6 0.3
Hex 1F 28 7C 4B 44 0 33 EA 3C 1E
Octal 37 50 174 113 104 0 63 352 74 36
Binary 11111 101000 1111100 1001011 1000100 0 110011 11101010 111100 11110

Color Harmonies of #1F287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F287C

Black with #1F287C

Text Example


Text Example

White with #1F287C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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