#1D2267

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

Shades of Midnight Blue #1D2267

Tints of Midnight Blue #1D2267

Color information

#1D2267 (or 0x1D2267) is unknown color: approx Midnight Blue. HEX triplet: 1D, 22 and 67. RGB value is (29,34,103). Sum of RGB (Red+Green+Blue) = 29+34+103=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #1D2267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2267 is #E2DD98. Grayscale: #282828. Windows color (decimal): -14867865 or 6758941. OLE color: 6758941.

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

Color convert

RGB2934103-
CMYK0.720.6700.60
HSL235.95º56.06%25.88%-
HSV(B)235.95º71.84%40.39%-
XYZ3.532.3813.11-
YUV40.37163.34119.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.47%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 103 (40.62% from 255) = 62.05%
R=17.47%
G=20.48%
B=62.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal29341030.720.6700.60235.9556.0625.88
Hex1D2267484303Cec381a
Octal35421471101030743547032
Binary1110110001011001111001000100001101111001110110011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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