#1D0B75

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

Shades of Midnight Blue #1D0B75

Tints of Midnight Blue #1D0B75

Color information

#1D0B75 (or 0x1D0B75) is unknown color: approx Midnight Blue. HEX triplet: 1D, 0B and 75. RGB value is (29,11,117). Sum of RGB (Red+Green+Blue) = 29+11+117=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D0B75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0B75 is #E2F48A. Grayscale: #1C1C1C. Windows color (decimal): -14873739 or 7670557. OLE color: 7670557.

HSL color Cylindrical-coordinate representation of color #1D0B75: hue angle of 250.19º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0B75 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2911117-
CMYK0.750.9100.54
HSL250.19º82.81%25.1%-
HSV(B)250.19º90.6%45.88%-
XYZ3.841.7816.97-
YUV28.47177.96128.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 11 (4.69% from 255) = 7.01%
BLUE value IS 117 (46.09% from 255) = 74.52%
R=18.47%
G=7.01%
B=74.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29111170.750.9100.54250.1982.8125.1
Hex1DB754B5B036fa5319
Octal351316511313306637212331
Binary111011011111010110010111011011011011011111010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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