#1F2B6C

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

Shades of Midnight Blue #1F2B6C

Tints of Midnight Blue #1F2B6C

Color information

#1F2B6C (or 0x1F2B6C) is unknown color: approx Midnight Blue. HEX triplet: 1F, 2B and 6C. RGB value is (31,43,108). Sum of RGB (Red+Green+Blue) = 31+43+108=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F2B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2B6C is #E0D493. Grayscale: #2E2E2E. Windows color (decimal): -14734484 or 7088927. OLE color: 7088927.

HSL color Cylindrical-coordinate representation of color #1F2B6C: hue angle of 230.65º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F2B6C is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3143108-
CMYK0.710.6000.58
HSL230.65º55.4%27.25%-
HSV(B)230.65º71.3%42.35%-
XYZ4.143.114.57-
YUV46.82162.52116.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.03%
GREEN value IS 43 (17.19% from 255) = 23.63%
BLUE value IS 108 (42.58% from 255) = 59.34%
R=17.03%
G=23.63%
B=59.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31431080.710.6000.58230.6555.427.25
Hex1F2B6C473C03Ae7371b
Octal3753154107740723476733
Binary111111010111101100100011111110001110101110011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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