Html Css Color HEX #1D0B7B Midnight Blue

📋 copy color: '#1D0B7B'

red 29 ◦ green 11 ◦ blue 123

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

Shades of Midnight Blue #1D0B7B

Tints of Midnight Blue #1D0B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 75.46%

R = 17.79%
G = 6.75%
B = 75.46%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1D0B7B (or 0x1D0B7B) is known color: Midnight Blue. HEX triplet: 1D, 0B and 7B. RGB value is (29,11,123). Sum of RGB (Red+Green+Blue) = 29+11+123=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 123 (48.44% from 255 or 75.46% from 163); Max value from RGB is 123 - color contains mainly: blue. Hex color #1D0B7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0B7B is #E2F484. Grayscale: #1C1C1C. Windows color (decimal): -14873733 or 8063773. OLE color: 8063773.

HSL color Cylindrical-coordinate representation of color #1D0B7B: hue angle of 249.64º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0B7B is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 29 11 123 -
CMYK 0.76 0.91 0 0.52
HSL 249.64º 0.84% 0.26% -
HSV(B) 249.64º 0.91% 0.48% -
XYZ 4.2 1.93 18.89 -
YUV 29.15 180.96 127.89 -
System Red Green Blue C M Y K H S L
Decimal 29 11 123 0.76 0.91 0 0.52 249.64 0.84 0.26
Hex 1D B 7B 4C 5B 0 34 FA 54 1A
Octal 35 13 173 114 133 0 64 372 124 32
Binary 11101 1011 1111011 1001100 1011011 0 110100 11111010 1010100 11010

Color Harmonies of #1D0B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0B7B

Black with #1D0B7B

Text Example


Text Example

White with #1D0B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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