Html Css Color HEX #1F1F70 Midnight Blue

📋 copy color: '#1F1F70'

red 31 ◦ green 31 ◦ blue 112

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

Shades of Midnight Blue #1F1F70

Tints of Midnight Blue #1F1F70

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.82%

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

R = 17.82%
G = 17.82%
B = 64.37%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F1F70 (or 0x1F1F70) is known color: Midnight Blue. HEX triplet: 1F, 1F and 70. RGB value is (31,31,112). Sum of RGB (Red+Green+Blue) = 31+31+112=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F1F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1F70 is #E0E08F. Grayscale: #272727. Windows color (decimal): -14737552 or 7347999. OLE color: 7347999.

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

Color convert

RGB 31 31 112 -
CMYK 0.72 0.72 0 0.56
HSL 240º 0.57% 0.28% -
HSV(B) 240º 0.72% 0.44% -
XYZ 3.98 2.44 15.59 -
YUV 40.23 168.5 121.41 -
System Red Green Blue C M Y K H S L
Decimal 31 31 112 0.72 0.72 0 0.56 240 0.57 0.28
Hex 1F 1F 70 48 48 0 38 F0 39 1C
Octal 37 37 160 110 110 0 70 360 71 34
Binary 11111 11111 1110000 1001000 1001000 0 111000 11110000 111001 11100

Color Harmonies of #1F1F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1F70

Black with #1F1F70

Text Example


Text Example

White with #1F1F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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