Html Css Color HEX #242575 Midnight Blue

📋 copy color: '#242575'

red 36 ◦ green 37 ◦ blue 117

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

Shades of Midnight Blue #242575

Tints of Midnight Blue #242575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 61.58%

R = 18.95%
G = 19.47%
B = 61.58%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#242575 (or 0x242575) is known color: Midnight Blue. HEX triplet: 24, 25 and 75. RGB value is (36,37,117). Sum of RGB (Red+Green+Blue) = 36+37+117=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #242575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242575 is #DBDA8A. Grayscale: #2D2D2D. Windows color (decimal): -14408331 or 7677220. OLE color: 7677220.

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

Color convert

RGB 36 37 117 -
CMYK 0.69 0.68 0 0.54
HSL 239.26º 0.53% 0.3% -
HSV(B) 239.26º 0.69% 0.46% -
XYZ 4.6 2.98 17.16 -
YUV 45.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 36 37 117 0.69 0.68 0 0.54 239.26 0.53 0.3
Hex 24 25 75 45 44 0 36 EF 35 1E
Octal 44 45 165 105 104 0 66 357 65 36
Binary 100100 100101 1110101 1000101 1000100 0 110110 11101111 110101 11110

Color Harmonies of #242575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242575

Black with #242575

Text Example


Text Example

White with #242575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242575; }

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

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

background-color css

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

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

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

border-color css

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

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

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