Html Css Color HEX #1F2A70 Midnight Blue

📋 copy color: '#1F2A70'

red 31 ◦ green 42 ◦ blue 112

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

Shades of Midnight Blue #1F2A70

Tints of Midnight Blue #1F2A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.7%

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

R = 16.76%
G = 22.7%
B = 60.54%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F2A70 (or 0x1F2A70) is known color: Midnight Blue. HEX triplet: 1F, 2A and 70. RGB value is (31,42,112). Sum of RGB (Red+Green+Blue) = 31+42+112=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F2A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2A70 is #E0D58F. Grayscale: #2E2E2E. Windows color (decimal): -14734736 or 7350815. OLE color: 7350815.

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

Color convert

RGB 31 42 112 -
CMYK 0.72 0.62 0 0.56
HSL 231.85º 0.57% 0.28% -
HSV(B) 231.85º 0.72% 0.44% -
XYZ 4.32 3.12 15.7 -
YUV 46.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 31 42 112 0.72 0.62 0 0.56 231.85 0.57 0.28
Hex 1F 2A 70 48 3E 0 38 E8 39 1C
Octal 37 52 160 110 76 0 70 350 71 34
Binary 11111 101010 1110000 1001000 111110 0 111000 11101000 111001 11100

Color Harmonies of #1F2A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2A70

Black with #1F2A70

Text Example


Text Example

White with #1F2A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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