Html Css Color HEX #242A79 Midnight Blue

📋 copy color: '#242A79'

red 36 ◦ green 42 ◦ blue 121

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

Shades of Midnight Blue #242A79

Tints of Midnight Blue #242A79

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.11%

 BLUE value IS 121 (47.66% from 255) = 60.8%

R = 18.09%
G = 21.11%
B = 60.8%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#242A79 (or 0x242A79) is known color: Midnight Blue. HEX triplet: 24, 2A and 79. RGB value is (36,42,121). Sum of RGB (Red+Green+Blue) = 36+42+121=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #242A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242A79 is #DBD586. Grayscale: #303030. Windows color (decimal): -14407047 or 7940644. OLE color: 7940644.

HSL color Cylindrical-coordinate representation of color #242A79: hue angle of 235.76º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #242A79 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 42 121 -
CMYK 0.70 0.65 0 0.53
HSL 235.76º 0.54% 0.31% -
HSV(B) 235.76º 0.7% 0.47% -
XYZ 5.01 3.41 18.48 -
YUV 49.21 168.51 118.58 -
System Red Green Blue C M Y K H S L
Decimal 36 42 121 0.70 0.65 0 0.53 235.76 0.54 0.31
Hex 24 2A 79 46 41 0 35 EC 36 1F
Octal 44 52 171 106 101 0 65 354 66 37
Binary 100100 101010 1111001 1000110 1000001 0 110101 11101100 110110 11111

Color Harmonies of #242A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242A79

Black with #242A79

Text Example


Text Example

White with #242A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242A79; }

 p { color: rgb(36,42,121); }

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

background-color css

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

 a { background-color: rgb(36,42,121); }

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

border-color css

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

 span { border-color: rgb(36,42,121); }

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