Html Css Color HEX #242A74 Midnight Blue

📋 copy color: '#242A74'

red 36 ◦ green 42 ◦ blue 116

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

Shades of Midnight Blue #242A74

Tints of Midnight Blue #242A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 59.79%

R = 18.56%
G = 21.65%
B = 59.79%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#242A74 (or 0x242A74) is known color: Midnight Blue. HEX triplet: 24, 2A and 74. RGB value is (36,42,116). Sum of RGB (Red+Green+Blue) = 36+42+116=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #242A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242A74 is #DBD58B. Grayscale: #303030. Windows color (decimal): -14407052 or 7612964. OLE color: 7612964.

HSL color Cylindrical-coordinate representation of color #242A74: hue angle of 235.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #242A74 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 42 116 -
CMYK 0.69 0.64 0 0.55
HSL 235.5º 0.53% 0.3% -
HSV(B) 235.5º 0.69% 0.45% -
XYZ 4.71 3.29 16.91 -
YUV 48.64 166.01 118.98 -
System Red Green Blue C M Y K H S L
Decimal 36 42 116 0.69 0.64 0 0.55 235.5 0.53 0.3
Hex 24 2A 74 45 40 0 37 EC 35 1E
Octal 44 52 164 105 100 0 67 354 65 36
Binary 100100 101010 1110100 1000101 1000000 0 110111 11101100 110101 11110

Color Harmonies of #242A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242A74

Black with #242A74

Text Example


Text Example

White with #242A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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