#1D2770

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

Shades of Midnight Blue #1D2770

Tints of Midnight Blue #1D2770

Color information

#1D2770 (or 0x1D2770) is unknown color: approx Midnight Blue. HEX triplet: 1D, 27 and 70. RGB value is (29,39,112). Sum of RGB (Red+Green+Blue) = 29+39+112=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D2770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2770 is #E2D88F. Grayscale: #2C2C2C. Windows color (decimal): -14866576 or 7350045. OLE color: 7350045.

HSL color Cylindrical-coordinate representation of color #1D2770: hue angle of 232.77º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D2770 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2939112-
CMYK0.740.6500.56
HSL232.77º58.87%27.65%-
HSV(B)232.77º74.11%43.92%-
XYZ4.162.8815.67-
YUV44.33166.19117.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.11%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 112 (44.14% from 255) = 62.22%
R=16.11%
G=21.67%
B=62.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29391120.740.6500.56232.7758.8727.65
Hex1D27704A41038e93b1c
Octal35471601121010703517334
Binary1110110011111100001001010100000101110001110100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,39,112); }

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

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

 a { background-color: rgb(29,39,112); }

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

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

 span { border-color: rgb(29,39,112); }

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