#1D226D

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

Shades of Midnight Blue #1D226D

Tints of Midnight Blue #1D226D

Color information

#1D226D (or 0x1D226D) is unknown color: approx Midnight Blue. HEX triplet: 1D, 22 and 6D. RGB value is (29,34,109). Sum of RGB (Red+Green+Blue) = 29+34+109=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #1D226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D226D is #E2DD92. Grayscale: #282828. Windows color (decimal): -14867859 or 7152157. OLE color: 7152157.

HSL color Cylindrical-coordinate representation of color #1D226D: hue angle of 236.25º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D226D is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2934109-
CMYK0.730.6900.57
HSL236.25º57.97%27.06%-
HSV(B)236.25º73.39%42.75%-
XYZ3.842.5114.75-
YUV41.06166.34119.4-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.86%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 109 (42.97% from 255) = 63.37%
R=16.86%
G=19.77%
B=63.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal29341090.730.6900.57236.2557.9727.06
Hex1D226D4945039ec3a1b
Octal35421551111050713547233
Binary1110110001011011011001001100010101110011110110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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