#1D035D

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

Shades of Midnight Blue #1D035D

Tints of Midnight Blue #1D035D

Color information

#1D035D (or 0x1D035D) is unknown color: approx Midnight Blue. HEX triplet: 1D, 03 and 5D. RGB value is (29,3,93). Sum of RGB (Red+Green+Blue) = 29+3+93=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 93 (36.72% from 255 or 74.4% from 125); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D035D is #E2FCA2. Grayscale: #141414. Windows color (decimal): -14875811 or 6095645. OLE color: 6095645.

HSL color Cylindrical-coordinate representation of color #1D035D: hue angle of 257.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D035D is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB29393-
CMYK0.690.9700.64
HSL257.33º93.75%18.82%-
HSV(B)257.33º96.77%36.47%-
XYZ2.521.1210.44-
YUV21.03168.61133.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.2%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 93 (36.72% from 255) = 74.4%
R=23.2%
G=2.4%
B=74.4%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal293930.690.9700.64257.3393.7518.82
Hex1D35D45610401015e13
Octal353135105141010040113623
Binary111011110111011000101110000101000000100000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,3,93); }

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

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

 a { background-color: rgb(29,3,93); }

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

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

 span { border-color: rgb(29,3,93); }

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