Html Css Color HEX #1D1863 Midnight Blue

📋 copy color: '#1D1863'

red 29 ◦ green 24 ◦ blue 99

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

Shades of Midnight Blue #1D1863

Tints of Midnight Blue #1D1863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.79%

 BLUE value IS 99 (39.06% from 255) = 65.13%

R = 19.08%
G = 15.79%
B = 65.13%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1D1863 (or 0x1D1863) is known color: Midnight Blue. HEX triplet: 1D, 18 and 63. RGB value is (29,24,99). Sum of RGB (Red+Green+Blue) = 29+24+99=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D1863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1863 is #E2E79C. Grayscale: #212121. Windows color (decimal): -14870429 or 6494237. OLE color: 6494237.

HSL color Cylindrical-coordinate representation of color #1D1863: hue angle of 244º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D1863 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 29 24 99 -
CMYK 0.71 0.76 0 0.61
HSL 244º 0.61% 0.24% -
HSV(B) 244º 0.76% 0.39% -
XYZ 3.09 1.82 11.99 -
YUV 34.05 164.66 124.4 -
System Red Green Blue C M Y K H S L
Decimal 29 24 99 0.71 0.76 0 0.61 244 0.61 0.24
Hex 1D 18 63 47 4C 0 3D F4 3D 18
Octal 35 30 143 107 114 0 75 364 75 30
Binary 11101 11000 1100011 1000111 1001100 0 111101 11110100 111101 11000

Color Harmonies of #1D1863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1863

Black with #1D1863

Text Example


Text Example

White with #1D1863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,24,99); }

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

background-color css

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

 a { background-color: rgb(29,24,99); }

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

border-color css

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

 span { border-color: rgb(29,24,99); }

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