#1F095D

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

Shades of Midnight Blue #1F095D

Tints of Midnight Blue #1F095D

Color information

#1F095D (or 0x1F095D) is unknown color: approx Midnight Blue. HEX triplet: 1F, 09 and 5D. RGB value is (31,9,93). Sum of RGB (Red+Green+Blue) = 31+9+93=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F095D is #E0F6A2. Grayscale: #181818. Windows color (decimal): -14743203 or 6097183. OLE color: 6097183.

HSL color Cylindrical-coordinate representation of color #1F095D: hue angle of 255.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F095D is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB31993-
CMYK0.670.9000.64
HSL255.71º82.35%20%-
HSV(B)255.71º90.32%36.47%-
XYZ2.641.2810.46-
YUV25.15166.29132.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.31%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 93 (36.72% from 255) = 69.92%
R=23.31%
G=6.77%
B=69.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal319930.670.9000.64255.7182.3520
Hex1F95D435A0401005214
Octal3711135103132010040012224
Binary11111100110111011000011101101001000000100000000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,9,93); }

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

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

 a { background-color: rgb(31,9,93); }

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

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

 span { border-color: rgb(31,9,93); }

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