Html Css Color HEX #1F1565 Midnight Blue

📋 copy color: '#1F1565'

red 31 ◦ green 21 ◦ blue 101

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

Shades of Midnight Blue #1F1565

Tints of Midnight Blue #1F1565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.73%

 BLUE value IS 101 (39.84% from 255) = 66.01%

R = 20.26%
G = 13.73%
B = 66.01%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1F1565 (or 0x1F1565) is known color: Midnight Blue. HEX triplet: 1F, 15 and 65. RGB value is (31,21,101). Sum of RGB (Red+Green+Blue) = 31+21+101=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #1F1565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1565 is #E0EA9A. Grayscale: #202020. Windows color (decimal): -14740123 or 6624543. OLE color: 6624543.

HSL color Cylindrical-coordinate representation of color #1F1565: hue angle of 247.5º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F1565 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 31 21 101 -
CMYK 0.69 0.79 0 0.60
HSL 247.5º 0.66% 0.24% -
HSV(B) 247.5º 0.79% 0.4% -
XYZ 3.18 1.77 12.49 -
YUV 33.11 166.31 126.5 -
System Red Green Blue C M Y K H S L
Decimal 31 21 101 0.69 0.79 0 0.60 247.5 0.66 0.24
Hex 1F 15 65 45 4F 0 3C F8 42 18
Octal 37 25 145 105 117 0 74 370 102 30
Binary 11111 10101 1100101 1000101 1001111 0 111100 11111000 1000010 11000

Color Harmonies of #1F1565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1565

Black with #1F1565

Text Example


Text Example

White with #1F1565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,21,101); }

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

background-color css

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

 a { background-color: rgb(31,21,101); }

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

border-color css

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

 span { border-color: rgb(31,21,101); }

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