#1F2382

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

Shades of Midnight Blue #1F2382

Tints of Midnight Blue #1F2382

Color information

#1F2382 (or 0x1F2382) is unknown color: approx Midnight Blue. HEX triplet: 1F, 23 and 82. RGB value is (31,35,130). Sum of RGB (Red+Green+Blue) = 31+35+130=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F2382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2382 is #E0DC7D. Grayscale: #2C2C2C. Windows color (decimal): -14736510 or 8528671. OLE color: 8528671.

HSL color Cylindrical-coordinate representation of color #1F2382: hue angle of 237.58º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F2382 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3135130-
CMYK0.760.7300.49
HSL237.58º61.49%31.57%-
HSV(B)237.58º76.15%50.98%-
XYZ5.23.1121.44-
YUV44.63176.17118.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.82%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 130 (51.17% from 255) = 66.33%
R=15.82%
G=17.86%
B=66.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31351300.760.7300.49237.5861.4931.57
Hex1F23824C49031ee3d20
Octal37432021141110613567540
Binary111111000111000001010011001001001011000111101110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,35,130); }

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

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

 a { background-color: rgb(31,35,130); }

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

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

 span { border-color: rgb(31,35,130); }

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