Html Css Color HEX #1F2370 Midnight Blue

📋 copy color: '#1F2370'

red 31 ◦ green 35 ◦ blue 112

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

Shades of Midnight Blue #1F2370

Tints of Midnight Blue #1F2370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.66%

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

R = 17.42%
G = 19.66%
B = 62.92%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F2370 (or 0x1F2370) is known color: Midnight Blue. HEX triplet: 1F, 23 and 70. RGB value is (31,35,112). Sum of RGB (Red+Green+Blue) = 31+35+112=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F2370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2370 is #E0DC8F. Grayscale: #2A2A2A. Windows color (decimal): -14736528 or 7349023. OLE color: 7349023.

HSL color Cylindrical-coordinate representation of color #1F2370: hue angle of 237.04º 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 #1F2370 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 35 112 -
CMYK 0.72 0.69 0 0.56
HSL 237.04º 0.57% 0.28% -
HSV(B) 237.04º 0.72% 0.44% -
XYZ 4.09 2.66 15.63 -
YUV 42.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 31 35 112 0.72 0.69 0 0.56 237.04 0.57 0.28
Hex 1F 23 70 48 45 0 38 ED 39 1C
Octal 37 43 160 110 105 0 70 355 71 34
Binary 11111 100011 1110000 1001000 1000101 0 111000 11101101 111001 11100

Color Harmonies of #1F2370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2370

Black with #1F2370

Text Example


Text Example

White with #1F2370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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