#1D0C6A

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

Shades of Midnight Blue #1D0C6A

Tints of Midnight Blue #1D0C6A

Color information

#1D0C6A (or 0x1D0C6A) is unknown color: approx Midnight Blue. HEX triplet: 1D, 0C and 6A. RGB value is (29,12,106). Sum of RGB (Red+Green+Blue) = 29+12+106=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 106 (41.80% from 255 or 72.11% from 147); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D0C6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0C6A is #E2F395. Grayscale: #1B1B1B. Windows color (decimal): -14873494 or 6949917. OLE color: 6949917.

HSL color Cylindrical-coordinate representation of color #1D0C6A: hue angle of 250.85º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D0C6A is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2912106-
CMYK0.730.8900.58
HSL250.85º79.66%23.14%-
HSV(B)250.85º88.68%41.57%-
XYZ3.241.5613.77-
YUV27.8172.13128.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.73%
GREEN value IS 12 (5.08% from 255) = 8.16%
BLUE value IS 106 (41.80% from 255) = 72.11%
R=19.73%
G=8.16%
B=72.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29121060.730.8900.58250.8579.6623.14
Hex1DC6A495903Afb5017
Octal351415211113107237312027
Binary111011100110101010010011011001011101011111011101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,12,106); }

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

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

 a { background-color: rgb(29,12,106); }

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

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

 span { border-color: rgb(29,12,106); }

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