Html Css Color HEX #241D7D Midnight Blue

📋 copy color: '#241D7D'

red 36 ◦ green 29 ◦ blue 125

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

Shades of Midnight Blue #241D7D

Tints of Midnight Blue #241D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 65.79%

R = 18.95%
G = 15.26%
B = 65.79%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#241D7D (or 0x241D7D) is known color: Midnight Blue. HEX triplet: 24, 1D and 7D. RGB value is (36,29,125). Sum of RGB (Red+Green+Blue) = 36+29+125=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #241D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241D7D is #DBE282. Grayscale: #292929. Windows color (decimal): -14410371 or 8199460. OLE color: 8199460.

HSL color Cylindrical-coordinate representation of color #241D7D: hue angle of 244.37º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #241D7D is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 29 125 -
CMYK 0.71 0.77 0 0.51
HSL 244.38º 0.62% 0.3% -
HSV(B) 244.38º 0.77% 0.49% -
XYZ 4.87 2.73 19.67 -
YUV 42.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 36 29 125 0.71 0.77 0 0.51 244.38 0.62 0.3
Hex 24 1D 7D 47 4D 0 33 F4 3E 1E
Octal 44 35 175 107 115 0 63 364 76 36
Binary 100100 11101 1111101 1000111 1001101 0 110011 11110100 111110 11110

Color Harmonies of #241D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D7D

Black with #241D7D

Text Example


Text Example

White with #241D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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