Html Css Color HEX #1F2570 Midnight Blue

📋 copy color: '#1F2570'

red 31 ◦ green 37 ◦ blue 112

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

Shades of Midnight Blue #1F2570

Tints of Midnight Blue #1F2570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.56%

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

R = 17.22%
G = 20.56%
B = 62.22%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F2570 (or 0x1F2570) is known color: Midnight Blue. HEX triplet: 1F, 25 and 70. RGB value is (31,37,112). Sum of RGB (Red+Green+Blue) = 31+37+112=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F2570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2570 is #E0DA8F. Grayscale: #2B2B2B. Windows color (decimal): -14736016 or 7349535. OLE color: 7349535.

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

Color convert

RGB 31 37 112 -
CMYK 0.72 0.67 0 0.56
HSL 235.56º 0.57% 0.28% -
HSV(B) 235.56º 0.72% 0.44% -
XYZ 4.15 2.78 15.65 -
YUV 43.76 166.51 118.9 -
System Red Green Blue C M Y K H S L
Decimal 31 37 112 0.72 0.67 0 0.56 235.56 0.57 0.28
Hex 1F 25 70 48 43 0 38 EC 39 1C
Octal 37 45 160 110 103 0 70 354 71 34
Binary 11111 100101 1110000 1001000 1000011 0 111000 11101100 111001 11100

Color Harmonies of #1F2570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2570

Black with #1F2570

Text Example


Text Example

White with #1F2570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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