#1F207B

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

Shades of Midnight Blue #1F207B

Tints of Midnight Blue #1F207B

Color information

#1F207B (or 0x1F207B) is unknown color: approx Midnight Blue. HEX triplet: 1F, 20 and 7B. RGB value is (31,32,123). Sum of RGB (Red+Green+Blue) = 31+32+123=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 123 (48.44% from 255 or 66.13% from 186); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F207B is #E0DF84. Grayscale: #292929. Windows color (decimal): -14737285 or 8069151. OLE color: 8069151.

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

Color convert

RGB3132123-
CMYK0.750.7400.52
HSL239.35º59.74%30.2%-
HSV(B)239.35º74.8%48.24%-
XYZ4.662.7519.03-
YUV42.08173.67120.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.67%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 123 (48.44% from 255) = 66.13%
R=16.67%
G=17.20%
B=66.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31321230.750.7400.52239.3559.7430.2
Hex1F207B4B4A034ef3c1e
Octal37401731131120643577436
Binary1111110000011110111001011100101001101001110111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,32,123); }

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

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

 a { background-color: rgb(31,32,123); }

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

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

 span { border-color: rgb(31,32,123); }

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