Html Css Color HEX #1D155D Midnight Blue

📋 copy color: '#1D155D'

red 29 ◦ green 21 ◦ blue 93

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

Shades of Midnight Blue #1D155D

Tints of Midnight Blue #1D155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.69%

 BLUE value IS 93 (36.72% from 255) = 65.03%

R = 20.28%
G = 14.69%
B = 65.03%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1D155D (or 0x1D155D) is known color: Midnight Blue. HEX triplet: 1D, 15 and 5D. RGB value is (29,21,93). Sum of RGB (Red+Green+Blue) = 29+21+93=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D155D is #E2EAA2. Grayscale: #1F1F1F. Windows color (decimal): -14871203 or 6100253. OLE color: 6100253.

HSL color Cylindrical-coordinate representation of color #1D155D: hue angle of 246.67º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D155D is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 29 21 93 -
CMYK 0.69 0.77 0 0.64
HSL 246.67º 0.63% 0.22% -
HSV(B) 246.67º 0.77% 0.36% -
XYZ 2.75 1.59 10.52 -
YUV 31.6 162.65 126.15 -
System Red Green Blue C M Y K H S L
Decimal 29 21 93 0.69 0.77 0 0.64 246.67 0.63 0.22
Hex 1D 15 5D 45 4D 0 40 F7 3F 16
Octal 35 25 135 105 115 0 100 367 77 26
Binary 11101 10101 1011101 1000101 1001101 0 1000000 11110111 111111 10110

Color Harmonies of #1D155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D155D

Black with #1D155D

Text Example


Text Example

White with #1D155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,21,93); }

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

background-color css

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

 a { background-color: rgb(29,21,93); }

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

border-color css

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

 span { border-color: rgb(29,21,93); }

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