Html Css Color HEX #242477 Midnight Blue

📋 copy color: '#242477'

red 36 ◦ green 36 ◦ blue 119

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

Shades of Midnight Blue #242477

Tints of Midnight Blue #242477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 62.3%

R = 18.85%
G = 18.85%
B = 62.3%

CMYK

 C value IS 0.70

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#242477 (or 0x242477) is known color: Midnight Blue. HEX triplet: 24, 24 and 77. RGB value is (36,36,119). Sum of RGB (Red+Green+Blue) = 36+36+119=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #242477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242477 is #DBDB88. Grayscale: #2D2D2D. Windows color (decimal): -14408585 or 7808036. OLE color: 7808036.

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

Color convert

RGB 36 36 119 -
CMYK 0.70 0.70 0 0.53
HSL 240º 0.54% 0.3% -
HSV(B) 240º 0.7% 0.47% -
XYZ 4.69 2.97 17.78 -
YUV 45.46 169.5 121.25 -
System Red Green Blue C M Y K H S L
Decimal 36 36 119 0.70 0.70 0 0.53 240 0.54 0.3
Hex 24 24 77 46 46 0 35 F0 36 1E
Octal 44 44 167 106 106 0 65 360 66 36
Binary 100100 100100 1110111 1000110 1000110 0 110101 11110000 110110 11110

Color Harmonies of #242477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242477

Black with #242477

Text Example


Text Example

White with #242477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242477; }

 p { color: rgb(36,36,119); }

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

background-color css

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

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

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

border-color css

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

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

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