#1F246F

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

Shades of Midnight Blue #1F246F

Tints of Midnight Blue #1F246F

Color information

#1F246F (or 0x1F246F) is unknown color: approx Midnight Blue. HEX triplet: 1F, 24 and 6F. RGB value is (31,36,111). Sum of RGB (Red+Green+Blue) = 31+36+111=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F246F is #E0DB90. Grayscale: #2A2A2A. Windows color (decimal): -14736273 or 7283743. OLE color: 7283743.

HSL color Cylindrical-coordinate representation of color #1F246F: hue angle of 236.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F246F is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3136111-
CMYK0.720.6800.56
HSL236.25º56.34%27.84%-
HSV(B)236.25º72.07%43.53%-
XYZ4.072.715.35-
YUV43.05166.34119.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.42%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 111 (43.75% from 255) = 62.36%
R=17.42%
G=20.22%
B=62.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31361110.720.6800.56236.2556.3427.84
Hex1F246F4844038ec381c
Octal37441571101040703547034
Binary1111110010011011111001000100010001110001110110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,36,111); }

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

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

 a { background-color: rgb(31,36,111); }

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

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

 span { border-color: rgb(31,36,111); }

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