#1D0462

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

Shades of Midnight Blue #1D0462

Tints of Midnight Blue #1D0462

Color information

#1D0462 (or 0x1D0462) is unknown color: approx Midnight Blue. HEX triplet: 1D, 04 and 62. RGB value is (29,4,98). Sum of RGB (Red+Green+Blue) = 29+4+98=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 98 (38.67% from 255 or 74.81% from 131); Max value from RGB is 98 - color contains mainly: blue. Hex color #1D0462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0462 is #E2FB9D. Grayscale: #151515. Windows color (decimal): -14875550 or 6423581. OLE color: 6423581.

HSL color Cylindrical-coordinate representation of color #1D0462: hue angle of 255.96º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D0462 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB29498-
CMYK0.700.9600.62
HSL255.96º92.16%20%-
HSV(B)255.96º95.92%38.43%-
XYZ2.751.2311.65-
YUV22.19170.78132.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.14%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 98 (38.67% from 255) = 74.81%
R=22.14%
G=3.05%
B=74.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal294980.700.9600.62255.9692.1620
Hex1D462466003E1005c14
Octal35414210614007640013424
Binary111011001100010100011011000000111110100000000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,4,98); }

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

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

 a { background-color: rgb(29,4,98); }

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

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

 span { border-color: rgb(29,4,98); }

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