Html Css Color HEX #1D287E Midnight Blue

📋 copy color: '#1D287E'

red 29 ◦ green 40 ◦ blue 126

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

Shades of Midnight Blue #1D287E

Tints of Midnight Blue #1D287E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.51%

 BLUE value IS 126 (49.61% from 255) = 64.62%

R = 14.87%
G = 20.51%
B = 64.62%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1D287E (or 0x1D287E) is known color: Midnight Blue. HEX triplet: 1D, 28 and 7E. RGB value is (29,40,126). Sum of RGB (Red+Green+Blue) = 29+40+126=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 126 (49.61% from 255 or 64.62% from 195); Max value from RGB is 126 - color contains mainly: blue. Hex color #1D287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D287E is #E2D781. Grayscale: #2E2E2E. Windows color (decimal): -14866306 or 8267805. OLE color: 8267805.

HSL color Cylindrical-coordinate representation of color #1D287E: hue angle of 233.2º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D287E is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 40 126 -
CMYK 0.77 0.68 0 0.51
HSL 233.2º 0.63% 0.3% -
HSV(B) 233.2º 0.77% 0.49% -
XYZ 5.03 3.29 20.11 -
YUV 46.52 172.86 115.51 -
System Red Green Blue C M Y K H S L
Decimal 29 40 126 0.77 0.68 0 0.51 233.2 0.63 0.3
Hex 1D 28 7E 4D 44 0 33 E9 3F 1E
Octal 35 50 176 115 104 0 63 351 77 36
Binary 11101 101000 1111110 1001101 1000100 0 110011 11101001 111111 11110

Color Harmonies of #1D287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D287E

Black with #1D287E

Text Example


Text Example

White with #1D287E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,40,126); }

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

background-color css

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

 a { background-color: rgb(29,40,126); }

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

border-color css

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

 span { border-color: rgb(29,40,126); }

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