Html Css Color HEX #1D1B6E Midnight Blue

📋 copy color: '#1D1B6E'

red 29 ◦ green 27 ◦ blue 110

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

Shades of Midnight Blue #1D1B6E

Tints of Midnight Blue #1D1B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.27%

 BLUE value IS 110 (43.36% from 255) = 66.27%

R = 17.47%
G = 16.27%
B = 66.27%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1D1B6E (or 0x1D1B6E) is known color: Midnight Blue. HEX triplet: 1D, 1B and 6E. RGB value is (29,27,110). Sum of RGB (Red+Green+Blue) = 29+27+110=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 110 (43.36% from 255 or 66.27% from 166); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D1B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1B6E is #E2E491. Grayscale: #242424. Windows color (decimal): -14869650 or 7215901. OLE color: 7215901.

HSL color Cylindrical-coordinate representation of color #1D1B6E: hue angle of 241.45º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D1B6E is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 29 27 110 -
CMYK 0.74 0.75 0 0.57
HSL 241.45º 0.61% 0.27% -
HSV(B) 241.45º 0.75% 0.43% -
XYZ 3.71 2.17 14.98 -
YUV 37.06 169.16 122.25 -
System Red Green Blue C M Y K H S L
Decimal 29 27 110 0.74 0.75 0 0.57 241.45 0.61 0.27
Hex 1D 1B 6E 4A 4B 0 39 F1 3D 1B
Octal 35 33 156 112 113 0 71 361 75 33
Binary 11101 11011 1101110 1001010 1001011 0 111001 11110001 111101 11011

Color Harmonies of #1D1B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1B6E

Black with #1D1B6E

Text Example


Text Example

White with #1D1B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,27,110); }

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

background-color css

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

 a { background-color: rgb(29,27,110); }

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

border-color css

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

 span { border-color: rgb(29,27,110); }

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