#1F277B

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

Shades of Midnight Blue #1F277B

Tints of Midnight Blue #1F277B

Color information

#1F277B (or 0x1F277B) is unknown color: approx Midnight Blue. HEX triplet: 1F, 27 and 7B. RGB value is (31,39,123). Sum of RGB (Red+Green+Blue) = 31+39+123=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F277B is #E0D884. Grayscale: #2D2D2D. Windows color (decimal): -14735493 or 8070943. OLE color: 8070943.

HSL color Cylindrical-coordinate representation of color #1F277B: hue angle of 234.78º 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 #1F277B is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3139123-
CMYK0.750.6800.52
HSL234.78º59.74%30.2%-
HSV(B)234.78º74.8%48.24%-
XYZ4.873.1719.09-
YUV46.18171.35117.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.06%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 123 (48.44% from 255) = 63.73%
R=16.06%
G=20.21%
B=63.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31391230.750.6800.52234.7859.7430.2
Hex1F277B4B44034eb3c1e
Octal37471731131040643537436
Binary1111110011111110111001011100010001101001110101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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