#1D1467

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

Shades of Midnight Blue #1D1467

Tints of Midnight Blue #1D1467

Color information

#1D1467 (or 0x1D1467) is unknown color: approx Midnight Blue. HEX triplet: 1D, 14 and 67. RGB value is (29,20,103). Sum of RGB (Red+Green+Blue) = 29+20+103=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #1D1467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1467 is #E2EB98. Grayscale: #1F1F1F. Windows color (decimal): -14871449 or 6755357. OLE color: 6755357.

HSL color Cylindrical-coordinate representation of color #1D1467: hue angle of 246.51º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D1467 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2920103-
CMYK0.720.8100.60
HSL246.51º67.48%24.12%-
HSV(B)246.51º80.58%40.39%-
XYZ3.211.7413-
YUV32.15167.98125.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.08%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 103 (40.62% from 255) = 67.76%
R=19.08%
G=13.16%
B=67.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal29201030.720.8100.60246.5167.4824.12
Hex1D1467485103Cf74318
Octal352414711012107436710330
Binary1110110100110011110010001010001011110011110111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,20,103); }

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

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

 a { background-color: rgb(29,20,103); }

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

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

 span { border-color: rgb(29,20,103); }

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