Html Css Color HEX #1F0E70 Midnight Blue

📋 copy color: '#1F0E70'

red 31 ◦ green 14 ◦ blue 112

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

Shades of Midnight Blue #1F0E70

Tints of Midnight Blue #1F0E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.92%

 BLUE value IS 112 (44.14% from 255) = 71.34%

R = 19.75%
G = 8.92%
B = 71.34%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F0E70 (or 0x1F0E70) is known color: Midnight Blue. HEX triplet: 1F, 0E and 70. RGB value is (31,14,112). Sum of RGB (Red+Green+Blue) = 31+14+112=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F0E70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0E70 is #E0F18F. Grayscale: #1D1D1D. Windows color (decimal): -14741904 or 7343647. OLE color: 7343647.

HSL color Cylindrical-coordinate representation of color #1F0E70: hue angle of 250.41º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F0E70 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 14 112 -
CMYK 0.72 0.88 0 0.56
HSL 250.41º 0.78% 0.25% -
HSV(B) 250.41º 0.88% 0.44% -
XYZ 3.65 1.78 15.48 -
YUV 30.26 174.13 128.53 -
System Red Green Blue C M Y K H S L
Decimal 31 14 112 0.72 0.88 0 0.56 250.41 0.78 0.25
Hex 1F E 70 48 58 0 38 FA 4E 19
Octal 37 16 160 110 130 0 70 372 116 31
Binary 11111 1110 1110000 1001000 1011000 0 111000 11111010 1001110 11001

Color Harmonies of #1F0E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0E70

Black with #1F0E70

Text Example


Text Example

White with #1F0E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,14,112); }

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

background-color css

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

 a { background-color: rgb(31,14,112); }

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

border-color css

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

 span { border-color: rgb(31,14,112); }

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