#1F0C73

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

Shades of Midnight Blue #1F0C73

Tints of Midnight Blue #1F0C73

Color information

#1F0C73 (or 0x1F0C73) is unknown color: approx Midnight Blue. HEX triplet: 1F, 0C and 73. RGB value is (31,12,115). Sum of RGB (Red+Green+Blue) = 31+12+115=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 115 (45.31% from 255 or 72.78% from 158); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F0C73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0C73 is #E0F38C. Grayscale: #1D1D1D. Windows color (decimal): -14742413 or 7539743. OLE color: 7539743.

HSL color Cylindrical-coordinate representation of color #1F0C73: hue angle of 251.07º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0C73 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3112115-
CMYK0.730.9000.55
HSL251.07º81.1%24.9%-
HSV(B)251.07º89.57%45.1%-
XYZ3.791.7916.37-
YUV29.42176.29129.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.62%
GREEN value IS 12 (5.08% from 255) = 7.59%
BLUE value IS 115 (45.31% from 255) = 72.78%
R=19.62%
G=7.59%
B=72.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31121150.730.9000.55251.0781.124.9
Hex1FC73495A037fb5119
Octal371416311113206737312131
Binary111111100111001110010011011010011011111111011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,12,115); }

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

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

 a { background-color: rgb(31,12,115); }

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

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

 span { border-color: rgb(31,12,115); }

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