Html Css Color HEX #1F145E Midnight Blue

📋 copy color: '#1F145E'

red 31 ◦ green 20 ◦ blue 94

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

Shades of Midnight Blue #1F145E

Tints of Midnight Blue #1F145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

 BLUE value IS 94 (37.11% from 255) = 64.83%

R = 21.38%
G = 13.79%
B = 64.83%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F145E (or 0x1F145E) is known color: Midnight Blue. HEX triplet: 1F, 14 and 5E. RGB value is (31,20,94). Sum of RGB (Red+Green+Blue) = 31+20+94=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F145E is #E0EBA1. Grayscale: #1F1F1F. Windows color (decimal): -14740386 or 6165535. OLE color: 6165535.

HSL color Cylindrical-coordinate representation of color #1F145E: hue angle of 248.92º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F145E is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 20 94 -
CMYK 0.67 0.79 0 0.63
HSL 248.92º 0.65% 0.22% -
HSV(B) 248.92º 0.79% 0.37% -
XYZ 2.84 1.6 10.75 -
YUV 31.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 31 20 94 0.67 0.79 0 0.63 248.92 0.65 0.22
Hex 1F 14 5E 43 4F 0 3F F9 41 16
Octal 37 24 136 103 117 0 77 371 101 26
Binary 11111 10100 1011110 1000011 1001111 0 111111 11111001 1000001 10110

Color Harmonies of #1F145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F145E

Black with #1F145E

Text Example


Text Example

White with #1F145E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,20,94); }

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

background-color css

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

 a { background-color: rgb(31,20,94); }

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

border-color css

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

 span { border-color: rgb(31,20,94); }

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