Html Css Color HEX #242480 Midnight Blue

📋 copy color: '#242480'

red 36 ◦ green 36 ◦ blue 128

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

Shades of Midnight Blue #242480

Tints of Midnight Blue #242480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 64%

R = 18%
G = 18%
B = 64%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#242480 (or 0x242480) is known color: Midnight Blue. HEX triplet: 24, 24 and 80. RGB value is (36,36,128). Sum of RGB (Red+Green+Blue) = 36+36+128=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #242480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242480 is #DBDB7F. Grayscale: #2E2E2E. Windows color (decimal): -14408576 or 8397860. OLE color: 8397860.

HSL color Cylindrical-coordinate representation of color #242480: hue angle of 240º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #242480 is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 36 128 -
CMYK 0.72 0.72 0 0.50
HSL 240º 0.56% 0.32% -
HSV(B) 240º 0.72% 0.5% -
XYZ 5.25 3.2 20.76 -
YUV 46.49 174 120.52 -
System Red Green Blue C M Y K H S L
Decimal 36 36 128 0.72 0.72 0 0.50 240 0.56 0.32
Hex 24 24 80 48 48 0 32 F0 38 20
Octal 44 44 200 110 110 0 62 360 70 40
Binary 100100 100100 10000000 1001000 1001000 0 110010 11110000 111000 100000

Color Harmonies of #242480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242480

Black with #242480

Text Example


Text Example

White with #242480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242480; }

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

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

background-color css

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

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

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

border-color css

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

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

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