Html Css Color HEX #1F2470 Midnight Blue

📋 copy color: '#1F2470'

red 31 ◦ green 36 ◦ blue 112

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

Shades of Midnight Blue #1F2470

Tints of Midnight Blue #1F2470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.11%

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

R = 17.32%
G = 20.11%
B = 62.57%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F2470 (or 0x1F2470) is known color: Midnight Blue. HEX triplet: 1F, 24 and 70. RGB value is (31,36,112). Sum of RGB (Red+Green+Blue) = 31+36+112=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2470 is #E0DB8F. Grayscale: #2A2A2A. Windows color (decimal): -14736272 or 7349279. OLE color: 7349279.

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

Color convert

RGB 31 36 112 -
CMYK 0.72 0.68 0 0.56
HSL 236.3º 0.57% 0.28% -
HSV(B) 236.3º 0.72% 0.44% -
XYZ 4.12 2.72 15.64 -
YUV 43.17 166.84 119.32 -
System Red Green Blue C M Y K H S L
Decimal 31 36 112 0.72 0.68 0 0.56 236.3 0.57 0.28
Hex 1F 24 70 48 44 0 38 EC 39 1C
Octal 37 44 160 110 104 0 70 354 71 34
Binary 11111 100100 1110000 1001000 1000100 0 111000 11101100 111001 11100

Color Harmonies of #1F2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2470

Black with #1F2470

Text Example


Text Example

White with #1F2470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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