#1F2B88

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

Shades of Midnight Blue #1F2B88

Tints of Midnight Blue #1F2B88

Color information

#1F2B88 (or 0x1F2B88) is unknown color: approx Midnight Blue. HEX triplet: 1F, 2B and 88. RGB value is (31,43,136). Sum of RGB (Red+Green+Blue) = 31+43+136=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 136 (53.52% from 255 or 64.76% from 210); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F2B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2B88 is #E0D477. Grayscale: #313131. Windows color (decimal): -14734456 or 8923935. OLE color: 8923935.

HSL color Cylindrical-coordinate representation of color #1F2B88: hue angle of 233.14º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F2B88 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3143136-
CMYK0.770.6800.47
HSL233.14º62.87%32.75%-
HSV(B)233.14º77.21%53.33%-
XYZ5.873.823.72-
YUV50.01176.52114.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.76%
GREEN value IS 43 (17.19% from 255) = 20.48%
BLUE value IS 136 (53.52% from 255) = 64.76%
R=14.76%
G=20.48%
B=64.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31431360.770.6800.47233.1462.8732.75
Hex1F2B884D4402Fe93f21
Octal37532101151040573517741
Binary111111010111000100010011011000100010111111101001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,43,136); }

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

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

 a { background-color: rgb(31,43,136); }

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

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

 span { border-color: rgb(31,43,136); }

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