#1F248A

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

Shades of Midnight Blue #1F248A

Tints of Midnight Blue #1F248A

Color information

#1F248A (or 0x1F248A) is unknown color: approx Midnight Blue. HEX triplet: 1F, 24 and 8A. RGB value is (31,36,138). Sum of RGB (Red+Green+Blue) = 31+36+138=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F248A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F248A is #E0DB75. Grayscale: #2D2D2D. Windows color (decimal): -14736246 or 9053215. OLE color: 9053215.

HSL color Cylindrical-coordinate representation of color #1F248A: hue angle of 237.2º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F248A is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3136138-
CMYK0.780.7400.46
HSL237.2º63.31%33.14%-
HSV(B)237.2º77.54%54.12%-
XYZ5.783.3924.39-
YUV46.13179.84117.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.12%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 138 (54.30% from 255) = 67.32%
R=15.12%
G=17.56%
B=67.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31361380.780.7400.46237.263.3133.14
Hex1F248A4E4A02Eed3f21
Octal37442121161120563557741
Binary111111001001000101010011101001010010111011101101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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