Html Css Color HEX #1F1861 Midnight Blue

📋 copy color: '#1F1861'

red 31 ◦ green 24 ◦ blue 97

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

Shades of Midnight Blue #1F1861

Tints of Midnight Blue #1F1861

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.79%

 BLUE value IS 97 (38.28% from 255) = 63.82%

R = 20.39%
G = 15.79%
B = 63.82%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1F1861 (or 0x1F1861) is known color: Midnight Blue. HEX triplet: 1F, 18 and 61. RGB value is (31,24,97). Sum of RGB (Red+Green+Blue) = 31+24+97=152 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.39% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F1861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1861 is #E0E79E. Grayscale: #222222. Windows color (decimal): -14739359 or 6363167. OLE color: 6363167.

HSL color Cylindrical-coordinate representation of color #1F1861: hue angle of 245.75º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F1861 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 24 97 -
CMYK 0.68 0.75 0 0.62
HSL 245.75º 0.6% 0.24% -
HSV(B) 245.75º 0.75% 0.38% -
XYZ 3.05 1.81 11.5 -
YUV 34.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 31 24 97 0.68 0.75 0 0.62 245.75 0.6 0.24
Hex 1F 18 61 44 4B 0 3E F6 3C 18
Octal 37 30 141 104 113 0 76 366 74 30
Binary 11111 11000 1100001 1000100 1001011 0 111110 11110110 111100 11000

Color Harmonies of #1F1861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1861

Black with #1F1861

Text Example


Text Example

White with #1F1861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,24,97); }

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

background-color css

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

 a { background-color: rgb(31,24,97); }

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

border-color css

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

 span { border-color: rgb(31,24,97); }

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