#1F167A

Color #1F167A Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #1F167A

Tints of Midnight Blue #1F167A

Color information

#1F167A (or 0x1F167A) is unknown color: approx Midnight Blue. HEX triplet: 1F, 16 and 7A. RGB value is (31,22,122). Sum of RGB (Red+Green+Blue) = 31+22+122=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 122 (48.05% from 255 or 69.71% from 175); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F167A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F167A is #E0E985. Grayscale: #232323. Windows color (decimal): -14739846 or 8001055. OLE color: 8001055.

HSL color Cylindrical-coordinate representation of color #1F167A: hue angle of 245.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F167A is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3122122-
CMYK0.750.8200.52
HSL245.4º69.44%28.24%-
HSV(B)245.4º81.97%47.84%-
XYZ4.362.2718.62-
YUV36.09176.48124.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.71%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 122 (48.05% from 255) = 69.71%
R=17.71%
G=12.57%
B=69.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31221220.750.8200.52245.469.4428.24
Hex1F167A4B52034f5451c
Octal372617211312206436510534
Binary1111110110111101010010111010010011010011110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F167A;
 }
 .AnyTagClassName
 {
   color: #1F167A;
 }
</style>
background-color css

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

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

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

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

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

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