Html Css Color HEX #1F247E Midnight Blue

📋 copy color: '#1F247E'

red 31 ◦ green 36 ◦ blue 126

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

Shades of Midnight Blue #1F247E

Tints of Midnight Blue #1F247E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.65%

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

R = 16.06%
G = 18.65%
B = 65.28%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F247E (or 0x1F247E) is known color: Midnight Blue. HEX triplet: 1F, 24 and 7E. RGB value is (31,36,126). Sum of RGB (Red+Green+Blue) = 31+36+126=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 126 (49.61% from 255 or 65.28% from 193); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F247E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F247E is #E0DB81. Grayscale: #2C2C2C. Windows color (decimal): -14736258 or 8266783. OLE color: 8266783.

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

Color convert

RGB 31 36 126 -
CMYK 0.75 0.71 0 0.51
HSL 236.84º 0.61% 0.31% -
HSV(B) 236.84º 0.75% 0.49% -
XYZ 4.96 3.06 20.07 -
YUV 44.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 31 36 126 0.75 0.71 0 0.51 236.84 0.61 0.31
Hex 1F 24 7E 4B 47 0 33 ED 3D 1F
Octal 37 44 176 113 107 0 63 355 75 37
Binary 11111 100100 1111110 1001011 1000111 0 110011 11101101 111101 11111

Color Harmonies of #1F247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F247E

Black with #1F247E

Text Example


Text Example

White with #1F247E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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