Html Css Color HEX #1D136C Midnight Blue

📋 copy color: '#1D136C'

red 29 ◦ green 19 ◦ blue 108

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

Shades of Midnight Blue #1D136C

Tints of Midnight Blue #1D136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.18%

 BLUE value IS 108 (42.58% from 255) = 69.23%

R = 18.59%
G = 12.18%
B = 69.23%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1D136C (or 0x1D136C) is known color: Midnight Blue. HEX triplet: 1D, 13 and 6C. RGB value is (29,19,108). Sum of RGB (Red+Green+Blue) = 29+19+108=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D136C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D136C is #E2EC93. Grayscale: #1F1F1F. Windows color (decimal): -14871700 or 7082781. OLE color: 7082781.

HSL color Cylindrical-coordinate representation of color #1D136C: hue angle of 246.74º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D136C is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 19 108 -
CMYK 0.73 0.82 0 0.58
HSL 246.74º 0.7% 0.25% -
HSV(B) 246.74º 0.82% 0.42% -
XYZ 3.45 1.81 14.36 -
YUV 32.14 170.81 125.76 -
System Red Green Blue C M Y K H S L
Decimal 29 19 108 0.73 0.82 0 0.58 246.74 0.7 0.25
Hex 1D 13 6C 49 52 0 3A F7 46 19
Octal 35 23 154 111 122 0 72 367 106 31
Binary 11101 10011 1101100 1001001 1010010 0 111010 11110111 1000110 11001

Color Harmonies of #1D136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D136C

Black with #1D136C

Text Example


Text Example

White with #1D136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,19,108); }

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

background-color css

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

 a { background-color: rgb(29,19,108); }

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

border-color css

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

 span { border-color: rgb(29,19,108); }

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