Html Css Color HEX #1D0E75 Midnight Blue

📋 copy color: '#1D0E75'

red 29 ◦ green 14 ◦ blue 117

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

Shades of Midnight Blue #1D0E75

Tints of Midnight Blue #1D0E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 73.13%

R = 18.13%
G = 8.75%
B = 73.13%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1D0E75 (or 0x1D0E75) is known color: Midnight Blue. HEX triplet: 1D, 0E and 75. RGB value is (29,14,117). Sum of RGB (Red+Green+Blue) = 29+14+117=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 117 (46.09% from 255 or 73.12% from 160); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D0E75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0E75 is #E2F18A. Grayscale: #1D1D1D. Windows color (decimal): -14872971 or 7671325. OLE color: 7671325.

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

Color convert

RGB 29 14 117 -
CMYK 0.75 0.88 0 0.54
HSL 248.74º 0.79% 0.26% -
HSV(B) 248.74º 0.88% 0.46% -
XYZ 3.87 1.86 16.98 -
YUV 30.23 176.97 127.12 -
System Red Green Blue C M Y K H S L
Decimal 29 14 117 0.75 0.88 0 0.54 248.74 0.79 0.26
Hex 1D E 75 4B 58 0 36 F9 4F 1A
Octal 35 16 165 113 130 0 66 371 117 32
Binary 11101 1110 1110101 1001011 1011000 0 110110 11111001 1001111 11010

Color Harmonies of #1D0E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0E75

Black with #1D0E75

Text Example


Text Example

White with #1D0E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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