#1D0F7B

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

Shades of Midnight Blue #1D0F7B

Tints of Midnight Blue #1D0F7B

Color information

#1D0F7B (or 0x1D0F7B) is unknown color: approx Midnight Blue. HEX triplet: 1D, 0F and 7B. RGB value is (29,15,123). Sum of RGB (Red+Green+Blue) = 29+15+123=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #1D0F7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0F7B is #E2F084. Grayscale: #1F1F1F. Windows color (decimal): -14872709 or 8064797. OLE color: 8064797.

HSL color Cylindrical-coordinate representation of color #1D0F7B: hue angle of 247.78º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D0F7B is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2915123-
CMYK0.760.8800.52
HSL247.78º78.26%27.06%-
HSV(B)247.78º87.8%48.24%-
XYZ4.252.0318.91-
YUV31.5179.64126.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.37%
GREEN value IS 15 (6.25% from 255) = 8.98%
BLUE value IS 123 (48.44% from 255) = 73.65%
R=17.37%
G=8.98%
B=73.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal29151230.760.8800.52247.7878.2627.06
Hex1DF7B4C58034f84e1b
Octal351717311413006437011633
Binary111011111111101110011001011000011010011111000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,15,123); }

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

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

 a { background-color: rgb(29,15,123); }

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

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

 span { border-color: rgb(29,15,123); }

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