Html Css Color HEX #1D1762 Midnight Blue

📋 copy color: '#1D1762'

red 29 ◦ green 23 ◦ blue 98

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

Shades of Midnight Blue #1D1762

Tints of Midnight Blue #1D1762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.33%

 BLUE value IS 98 (38.67% from 255) = 65.33%

R = 19.33%
G = 15.33%
B = 65.33%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1D1762 (or 0x1D1762) is known color: Midnight Blue. HEX triplet: 1D, 17 and 62. RGB value is (29,23,98). Sum of RGB (Red+Green+Blue) = 29+23+98=150 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #1D1762 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1762 is #E2E89D. Grayscale: #212121. Windows color (decimal): -14870686 or 6428445. OLE color: 6428445.

HSL color Cylindrical-coordinate representation of color #1D1762: hue angle of 244.8º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D1762 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 29 23 98 -
CMYK 0.70 0.77 0 0.62
HSL 244.8º 0.62% 0.24% -
HSV(B) 244.8º 0.77% 0.38% -
XYZ 3.02 1.76 11.74 -
YUV 33.34 164.49 124.9 -
System Red Green Blue C M Y K H S L
Decimal 29 23 98 0.70 0.77 0 0.62 244.8 0.62 0.24
Hex 1D 17 62 46 4D 0 3E F5 3E 18
Octal 35 27 142 106 115 0 76 365 76 30
Binary 11101 10111 1100010 1000110 1001101 0 111110 11110101 111110 11000

Color Harmonies of #1D1762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1762

Black with #1D1762

Text Example


Text Example

White with #1D1762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,23,98); }

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

background-color css

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

 a { background-color: rgb(29,23,98); }

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

border-color css

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

 span { border-color: rgb(29,23,98); }

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