Html Css Color HEX #242972 Midnight Blue

📋 copy color: '#242972'

red 36 ◦ green 41 ◦ blue 114

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

Shades of Midnight Blue #242972

Tints of Midnight Blue #242972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

 BLUE value IS 114 (44.92% from 255) = 59.69%

R = 18.85%
G = 21.47%
B = 59.69%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#242972 (or 0x242972) is known color: Midnight Blue. HEX triplet: 24, 29 and 72. RGB value is (36,41,114). Sum of RGB (Red+Green+Blue) = 36+41+114=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #242972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242972 is #DBD68D. Grayscale: #2F2F2F. Windows color (decimal): -14407310 or 7481636. OLE color: 7481636.

HSL color Cylindrical-coordinate representation of color #242972: hue angle of 236.15º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #242972 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 41 114 -
CMYK 0.68 0.64 0 0.55
HSL 236.15º 0.52% 0.29% -
HSV(B) 236.15º 0.68% 0.45% -
XYZ 4.56 3.18 16.29 -
YUV 47.83 165.34 119.56 -
System Red Green Blue C M Y K H S L
Decimal 36 41 114 0.68 0.64 0 0.55 236.15 0.52 0.29
Hex 24 29 72 44 40 0 37 EC 34 1D
Octal 44 51 162 104 100 0 67 354 64 35
Binary 100100 101001 1110010 1000100 1000000 0 110111 11101100 110100 11101

Color Harmonies of #242972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242972

Black with #242972

Text Example


Text Example

White with #242972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242972; }

 p { color: rgb(36,41,114); }

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

background-color css

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

 a { background-color: rgb(36,41,114); }

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

border-color css

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

 span { border-color: rgb(36,41,114); }

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