#1D0B70

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

Shades of Midnight Blue #1D0B70

Tints of Midnight Blue #1D0B70

Color information

#1D0B70 (or 0x1D0B70) is unknown color: approx Midnight Blue. HEX triplet: 1D, 0B and 70. RGB value is (29,11,112). Sum of RGB (Red+Green+Blue) = 29+11+112=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 112 (44.14% from 255 or 73.68% from 152); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D0B70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0B70 is #E2F48F. Grayscale: #1B1B1B. Windows color (decimal): -14873744 or 7342877. OLE color: 7342877.

HSL color Cylindrical-coordinate representation of color #1D0B70: hue angle of 250.69º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0B70 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2911112-
CMYK0.740.9000.56
HSL250.69º82.11%24.12%-
HSV(B)250.69º90.18%43.92%-
XYZ3.551.6715.46-
YUV27.9175.46128.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.08%
GREEN value IS 11 (4.69% from 255) = 7.24%
BLUE value IS 112 (44.14% from 255) = 73.68%
R=19.08%
G=7.24%
B=73.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29111120.740.9000.56250.6982.1124.12
Hex1DB704A5A038fb5218
Octal351316011213207037312230
Binary111011011111000010010101011010011100011111011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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