Html Css Color HEX #1D288C Midnight Blue

📋 copy color: '#1D288C'

red 29 ◦ green 40 ◦ blue 140

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

Shades of Midnight Blue #1D288C

Tints of Midnight Blue #1D288C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.14%

 BLUE value IS 140 (55.08% from 255) = 66.99%

R = 13.88%
G = 19.14%
B = 66.99%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1D288C (or 0x1D288C) is known color: Midnight Blue. HEX triplet: 1D, 28 and 8C. RGB value is (29,40,140). Sum of RGB (Red+Green+Blue) = 29+40+140=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #1D288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D288C is #E2D773. Grayscale: #2F2F2F. Windows color (decimal): -14866292 or 9185309. OLE color: 9185309.

HSL color Cylindrical-coordinate representation of color #1D288C: hue angle of 234.05º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D288C is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 40 140 -
CMYK 0.79 0.71 0 0.45
HSL 234.05º 0.66% 0.33% -
HSV(B) 234.05º 0.79% 0.55% -
XYZ 6 3.67 25.2 -
YUV 48.11 179.86 114.37 -
System Red Green Blue C M Y K H S L
Decimal 29 40 140 0.79 0.71 0 0.45 234.05 0.66 0.33
Hex 1D 28 8C 4F 47 0 2D EA 42 21
Octal 35 50 214 117 107 0 55 352 102 41
Binary 11101 101000 10001100 1001111 1000111 0 101101 11101010 1000010 100001

Color Harmonies of #1D288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D288C

Black with #1D288C

Text Example


Text Example

White with #1D288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,40,140); }

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

background-color css

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

 a { background-color: rgb(29,40,140); }

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

border-color css

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

 span { border-color: rgb(29,40,140); }

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