#1F1763

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

Shades of Midnight Blue #1F1763

Tints of Midnight Blue #1F1763

Color information

#1F1763 (or 0x1F1763) is unknown color: approx Midnight Blue. HEX triplet: 1F, 17 and 63. RGB value is (31,23,99). Sum of RGB (Red+Green+Blue) = 31+23+99=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F1763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1763 is #E0E89C. Grayscale: #212121. Windows color (decimal): -14739613 or 6493983. OLE color: 6493983.

HSL color Cylindrical-coordinate representation of color #1F1763: hue angle of 246.32º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F1763 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB312399-
CMYK0.690.7700.61
HSL246.32º62.3%23.92%-
HSV(B)246.32º76.77%38.82%-
XYZ3.121.811.99-
YUV34.06164.65125.82-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.26%
GREEN value IS 23 (9.38% from 255) = 15.03%
BLUE value IS 99 (39.06% from 255) = 64.71%
R=20.26%
G=15.03%
B=64.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3123990.690.7700.61246.3262.323.92
Hex1F1763454D03Df63e18
Octal37271431051150753667630
Binary111111011111000111000101100110101111011111011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,23,99); }

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

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

 a { background-color: rgb(31,23,99); }

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

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

 span { border-color: rgb(31,23,99); }

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