Html Css Color HEX #1F1676 Midnight Blue

📋 copy color: '#1F1676'

red 31 ◦ green 22 ◦ blue 118

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

Shades of Midnight Blue #1F1676

Tints of Midnight Blue #1F1676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.87%

 BLUE value IS 118 (46.48% from 255) = 69.01%

R = 18.13%
G = 12.87%
B = 69.01%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F1676 (or 0x1F1676) is known color: Midnight Blue. HEX triplet: 1F, 16 and 76. RGB value is (31,22,118). Sum of RGB (Red+Green+Blue) = 31+22+118=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F1676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1676 is #E0E989. Grayscale: #232323. Windows color (decimal): -14739850 or 7738911. OLE color: 7738911.

HSL color Cylindrical-coordinate representation of color #1F1676: hue angle of 245.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F1676 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 22 118 -
CMYK 0.74 0.81 0 0.54
HSL 245.63º 0.69% 0.27% -
HSV(B) 245.63º 0.81% 0.46% -
XYZ 4.12 2.17 17.34 -
YUV 35.64 174.48 124.69 -
System Red Green Blue C M Y K H S L
Decimal 31 22 118 0.74 0.81 0 0.54 245.63 0.69 0.27
Hex 1F 16 76 4A 51 0 36 F6 45 1B
Octal 37 26 166 112 121 0 66 366 105 33
Binary 11111 10110 1110110 1001010 1010001 0 110110 11110110 1000101 11011

Color Harmonies of #1F1676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1676

Black with #1F1676

Text Example


Text Example

White with #1F1676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,22,118); }

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

background-color css

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

 a { background-color: rgb(31,22,118); }

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

border-color css

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

 span { border-color: rgb(31,22,118); }

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