Html Css Color HEX #1D187C Midnight Blue

📋 copy color: '#1D187C'

red 29 ◦ green 24 ◦ blue 124

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

Shades of Midnight Blue #1D187C

Tints of Midnight Blue #1D187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

 BLUE value IS 124 (48.83% from 255) = 70.06%

R = 16.38%
G = 13.56%
B = 70.06%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1D187C (or 0x1D187C) is known color: Midnight Blue. HEX triplet: 1D, 18 and 7C. RGB value is (29,24,124). Sum of RGB (Red+Green+Blue) = 29+24+124=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D187C is #E2E783. Grayscale: #242424. Windows color (decimal): -14870404 or 8132637. OLE color: 8132637.

HSL color Cylindrical-coordinate representation of color #1D187C: hue angle of 243º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D187C is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 24 124 -
CMYK 0.77 0.81 0 0.51
HSL 243º 0.68% 0.29% -
HSV(B) 243º 0.81% 0.49% -
XYZ 4.47 2.37 19.29 -
YUV 36.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 29 24 124 0.77 0.81 0 0.51 243 0.68 0.29
Hex 1D 18 7C 4D 51 0 33 F3 44 1D
Octal 35 30 174 115 121 0 63 363 104 35
Binary 11101 11000 1111100 1001101 1010001 0 110011 11110011 1000100 11101

Color Harmonies of #1D187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D187C

Black with #1D187C

Text Example


Text Example

White with #1D187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,24,124); }

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

background-color css

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

 a { background-color: rgb(29,24,124); }

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

border-color css

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

 span { border-color: rgb(29,24,124); }

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