Html Css Color HEX #1F278D Midnight Blue

📋 copy color: '#1F278D'

red 31 ◦ green 39 ◦ blue 141

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

Shades of Midnight Blue #1F278D

Tints of Midnight Blue #1F278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.48%

 BLUE value IS 141 (55.47% from 255) = 66.82%

R = 14.69%
G = 18.48%
B = 66.82%

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F278D (or 0x1F278D) is known color: Midnight Blue. HEX triplet: 1F, 27 and 8D. RGB value is (31,39,141). Sum of RGB (Red+Green+Blue) = 31+39+141=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F278D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F278D is #E0D872. Grayscale: #2F2F2F. Windows color (decimal): -14735475 or 9250591. OLE color: 9250591.

HSL color Cylindrical-coordinate representation of color #1F278D: hue angle of 235.64º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F278D is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 39 141 -
CMYK 0.78 0.72 0 0.45
HSL 235.64º 0.64% 0.34% -
HSV(B) 235.64º 0.78% 0.55% -
XYZ 6.1 3.67 25.59 -
YUV 48.24 180.35 115.71 -
System Red Green Blue C M Y K H S L
Decimal 31 39 141 0.78 0.72 0 0.45 235.64 0.64 0.34
Hex 1F 27 8D 4E 48 0 2D EC 40 22
Octal 37 47 215 116 110 0 55 354 100 42
Binary 11111 100111 10001101 1001110 1001000 0 101101 11101100 1000000 100010

Color Harmonies of #1F278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F278D

Black with #1F278D

Text Example


Text Example

White with #1F278D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,39,141); }

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

background-color css

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

 a { background-color: rgb(31,39,141); }

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

border-color css

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

 span { border-color: rgb(31,39,141); }

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