Html Css Color HEX #241D84 Midnight Blue

📋 copy color: '#241D84'

red 36 ◦ green 29 ◦ blue 132

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

Shades of Midnight Blue #241D84

Tints of Midnight Blue #241D84

RGB

 RED value IS 36 (14.45% from 255) = 18.27%

 GREEN value IS 29 (11.72% from 255) = 14.72%

 BLUE value IS 132 (51.95% from 255) = 67.01%

R = 18.27%
G = 14.72%
B = 67.01%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#241D84 (or 0x241D84) is known color: Midnight Blue. HEX triplet: 24, 1D and 84. RGB value is (36,29,132). Sum of RGB (Red+Green+Blue) = 36+29+132=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 132 (51.95% from 255 or 67.01% from 197); Max value from RGB is 132 - color contains mainly: blue. Hex color #241D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241D84 is #DBE27B. Grayscale: #2A2A2A. Windows color (decimal): -14410364 or 8658212. OLE color: 8658212.

HSL color Cylindrical-coordinate representation of color #241D84: hue angle of 244.08º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #241D84 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 29 132 -
CMYK 0.73 0.78 0 0.48
HSL 244.08º 0.64% 0.32% -
HSV(B) 244.08º 0.78% 0.52% -
XYZ 5.33 2.92 22.11 -
YUV 42.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 36 29 132 0.73 0.78 0 0.48 244.08 0.64 0.32
Hex 24 1D 84 49 4E 0 30 F4 40 20
Octal 44 35 204 111 116 0 60 364 100 40
Binary 100100 11101 10000100 1001001 1001110 0 110000 11110100 1000000 100000

Color Harmonies of #241D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D84

Black with #241D84

Text Example


Text Example

White with #241D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241D84; }

 p { color: rgb(36,29,132); }

 H1.HeaderClassName
 {
   color: #241D84;
 }
 .AnyTagClassName
 {
   color: #241D84;
 }
</style>

background-color css

<style>
 a { background-color: #241D84; }

 a { background-color: rgb(36,29,132); }

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

border-color css

<style>
 span { border-color: #241D84; }

 span { border-color: rgb(36,29,132); }

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