Html Css Color HEX #1D0B63 Midnight Blue

📋 copy color: '#1D0B63'

red 29 ◦ green 11 ◦ blue 99

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

Shades of Midnight Blue #1D0B63

Tints of Midnight Blue #1D0B63

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.91%

 BLUE value IS 99 (39.06% from 255) = 71.22%

R = 20.86%
G = 7.91%
B = 71.22%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1D0B63 (or 0x1D0B63) is known color: Midnight Blue. HEX triplet: 1D, 0B and 63. RGB value is (29,11,99). Sum of RGB (Red+Green+Blue) = 29+11+99=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D0B63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0B63 is #E2F49C. Grayscale: #1A1A1A. Windows color (decimal): -14873757 or 6490909. OLE color: 6490909.

HSL color Cylindrical-coordinate representation of color #1D0B63: hue angle of 252.27º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D0B63 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 29 11 99 -
CMYK 0.71 0.89 0 0.61
HSL 252.27º 0.8% 0.22% -
HSV(B) 252.27º 0.89% 0.39% -
XYZ 2.88 1.4 11.92 -
YUV 26.41 168.96 129.84 -
System Red Green Blue C M Y K H S L
Decimal 29 11 99 0.71 0.89 0 0.61 252.27 0.8 0.22
Hex 1D B 63 47 59 0 3D FC 50 16
Octal 35 13 143 107 131 0 75 374 120 26
Binary 11101 1011 1100011 1000111 1011001 0 111101 11111100 1010000 10110

Color Harmonies of #1D0B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0B63

Black with #1D0B63

Text Example


Text Example

White with #1D0B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,11,99); }

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

background-color css

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

 a { background-color: rgb(29,11,99); }

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

border-color css

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

 span { border-color: rgb(29,11,99); }

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