Html Css Color HEX #1D0E72 Midnight Blue

📋 copy color: '#1D0E72'

red 29 ◦ green 14 ◦ blue 114

#1D0E72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #1D0E72

Tints of Midnight Blue #1D0E72

RGB

 RED value IS 29 (11.72% from 255) = 18.47%

 GREEN value IS 14 (5.86% from 255) = 8.92%

 BLUE value IS 114 (44.92% from 255) = 72.61%

R = 18.47%
G = 8.92%
B = 72.61%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1D0E72 (or 0x1D0E72) is known color: Midnight Blue. HEX triplet: 1D, 0E and 72. RGB value is (29,14,114). Sum of RGB (Red+Green+Blue) = 29+14+114=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D0E72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0E72 is #E2F18D. Grayscale: #1D1D1D. Windows color (decimal): -14872974 or 7474717. OLE color: 7474717.

HSL color Cylindrical-coordinate representation of color #1D0E72: hue angle of 249º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D0E72 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 14 114 -
CMYK 0.75 0.88 0 0.55
HSL 249º 0.78% 0.25% -
HSV(B) 249º 0.88% 0.45% -
XYZ 3.7 1.79 16.07 -
YUV 29.89 175.47 127.37 -
System Red Green Blue C M Y K H S L
Decimal 29 14 114 0.75 0.88 0 0.55 249 0.78 0.25
Hex 1D E 72 4B 58 0 37 F9 4E 19
Octal 35 16 162 113 130 0 67 371 116 31
Binary 11101 1110 1110010 1001011 1011000 0 110111 11111001 1001110 11001

Color Harmonies of #1D0E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0E72

Black with #1D0E72

Text Example


Text Example

White with #1D0E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,14,114); }

 H1.HeaderClassName
 {
   color: #1D0E72;
 }
 .AnyTagClassName
 {
   color: #1D0E72;
 }
</style>

background-color css

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

 a { background-color: rgb(29,14,114); }

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

border-color css

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

 span { border-color: rgb(29,14,114); }

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