Html Css Color HEX #24217D Midnight Blue

📋 copy color: '#24217D'

red 36 ◦ green 33 ◦ blue 125

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

Shades of Midnight Blue #24217D

Tints of Midnight Blue #24217D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.01%

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

R = 18.56%
G = 17.01%
B = 64.43%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24217D (or 0x24217D) is known color: Midnight Blue. HEX triplet: 24, 21 and 7D. RGB value is (36,33,125). Sum of RGB (Red+Green+Blue) = 36+33+125=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #24217D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24217D is #DBDE82. Grayscale: #2C2C2C. Windows color (decimal): -14409347 or 8200484. OLE color: 8200484.

HSL color Cylindrical-coordinate representation of color #24217D: hue angle of 241.96º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24217D is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 33 125 -
CMYK 0.71 0.74 0 0.51
HSL 241.96º 0.58% 0.31% -
HSV(B) 241.96º 0.74% 0.49% -
XYZ 4.97 2.94 19.71 -
YUV 44.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 36 33 125 0.71 0.74 0 0.51 241.96 0.58 0.31
Hex 24 21 7D 47 4A 0 33 F2 3A 1F
Octal 44 41 175 107 112 0 63 362 72 37
Binary 100100 100001 1111101 1000111 1001010 0 110011 11110010 111010 11111

Color Harmonies of #24217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24217D

Black with #24217D

Text Example


Text Example

White with #24217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24217D; }

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

 H1.HeaderClassName
 {
   color: #24217D;
 }
 .AnyTagClassName
 {
   color: #24217D;
 }
</style>

background-color css

<style>
 a { background-color: #24217D; }

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

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

border-color css

<style>
 span { border-color: #24217D; }

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

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