Html Css Color HEX #1D215F Midnight Blue

📋 copy color: '#1D215F'

red 29 ◦ green 33 ◦ blue 95

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

Shades of Midnight Blue #1D215F

Tints of Midnight Blue #1D215F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.02%

 BLUE value IS 95 (37.5% from 255) = 60.51%

R = 18.47%
G = 21.02%
B = 60.51%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1D215F (or 0x1D215F) is known color: Midnight Blue. HEX triplet: 1D, 21 and 5F. RGB value is (29,33,95). Sum of RGB (Red+Green+Blue) = 29+33+95=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D215F is #E2DEA0. Grayscale: #262626. Windows color (decimal): -14868129 or 6234397. OLE color: 6234397.

HSL color Cylindrical-coordinate representation of color #1D215F: hue angle of 236.36º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D215F is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 29 33 95 -
CMYK 0.69 0.65 0 0.63
HSL 236.36º 0.53% 0.24% -
HSV(B) 236.36º 0.69% 0.37% -
XYZ 3.12 2.18 11.08 -
YUV 38.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 29 33 95 0.69 0.65 0 0.63 236.36 0.53 0.24
Hex 1D 21 5F 45 41 0 3F EC 35 18
Octal 35 41 137 105 101 0 77 354 65 30
Binary 11101 100001 1011111 1000101 1000001 0 111111 11101100 110101 11000

Color Harmonies of #1D215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D215F

Black with #1D215F

Text Example


Text Example

White with #1D215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,33,95); }

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

background-color css

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

 a { background-color: rgb(29,33,95); }

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

border-color css

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

 span { border-color: rgb(29,33,95); }

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