Html Css Color HEX #1F0C70 Midnight Blue

📋 copy color: '#1F0C70'

red 31 ◦ green 12 ◦ blue 112

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

Shades of Midnight Blue #1F0C70

Tints of Midnight Blue #1F0C70

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.74%

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

R = 20%
G = 7.74%
B = 72.26%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F0C70 (or 0x1F0C70) is known color: Midnight Blue. HEX triplet: 1F, 0C and 70. RGB value is (31,12,112). Sum of RGB (Red+Green+Blue) = 31+12+112=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F0C70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0C70 is #E0F38F. Grayscale: #1C1C1C. Windows color (decimal): -14742416 or 7343135. OLE color: 7343135.

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

Color convert

RGB 31 12 112 -
CMYK 0.72 0.89 0 0.56
HSL 251.4º 0.81% 0.24% -
HSV(B) 251.4º 0.89% 0.44% -
XYZ 3.62 1.72 15.47 -
YUV 29.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 31 12 112 0.72 0.89 0 0.56 251.4 0.81 0.24
Hex 1F C 70 48 59 0 38 FB 51 18
Octal 37 14 160 110 131 0 70 373 121 30
Binary 11111 1100 1110000 1001000 1011001 0 111000 11111011 1010001 11000

Color Harmonies of #1F0C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0C70

Black with #1F0C70

Text Example


Text Example

White with #1F0C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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