#1F258A

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

Shades of Midnight Blue #1F258A

Tints of Midnight Blue #1F258A

Color information

#1F258A (or 0x1F258A) is unknown color: approx Midnight Blue. HEX triplet: 1F, 25 and 8A. RGB value is (31,37,138). Sum of RGB (Red+Green+Blue) = 31+37+138=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F258A is #E0DA75. Grayscale: #2E2E2E. Windows color (decimal): -14735990 or 9053471. OLE color: 9053471.

HSL color Cylindrical-coordinate representation of color #1F258A: hue angle of 236.64º 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 #1F258A is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3137138-
CMYK0.780.7300.46
HSL236.64º63.31%33.14%-
HSV(B)236.64º77.54%54.12%-
XYZ5.813.4524.4-
YUV46.72179.51116.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.05%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 138 (54.30% from 255) = 66.99%
R=15.05%
G=17.96%
B=66.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31371380.780.7300.46236.6463.3133.14
Hex1F258A4E4902Eed3f21
Octal37452121161110563557741
Binary111111001011000101010011101001001010111011101101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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