Html Css Color HEX #242580 Midnight Blue

📋 copy color: '#242580'

red 36 ◦ green 37 ◦ blue 128

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

Shades of Midnight Blue #242580

Tints of Midnight Blue #242580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.41%

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

R = 17.91%
G = 18.41%
B = 63.68%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#242580 (or 0x242580) is known color: Midnight Blue. HEX triplet: 24, 25 and 80. RGB value is (36,37,128). Sum of RGB (Red+Green+Blue) = 36+37+128=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #242580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242580 is #DBDA7F. Grayscale: #2E2E2E. Windows color (decimal): -14408320 or 8398116. OLE color: 8398116.

HSL color Cylindrical-coordinate representation of color #242580: hue angle of 239.35º 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 #242580 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 37 128 -
CMYK 0.72 0.71 0 0.50
HSL 239.35º 0.56% 0.32% -
HSV(B) 239.35º 0.72% 0.5% -
XYZ 5.29 3.26 20.77 -
YUV 47.08 173.67 120.1 -
System Red Green Blue C M Y K H S L
Decimal 36 37 128 0.72 0.71 0 0.50 239.35 0.56 0.32
Hex 24 25 80 48 47 0 32 EF 38 20
Octal 44 45 200 110 107 0 62 357 70 40
Binary 100100 100101 10000000 1001000 1000111 0 110010 11101111 111000 100000

Color Harmonies of #242580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242580

Black with #242580

Text Example


Text Example

White with #242580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242580; }

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

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

background-color css

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

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

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

border-color css

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

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

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