Html Css Color HEX #242076 Midnight Blue

📋 copy color: '#242076'

red 36 ◦ green 32 ◦ blue 118

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

Shades of Midnight Blue #242076

Tints of Midnight Blue #242076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.2%

 BLUE value IS 118 (46.48% from 255) = 63.44%

R = 19.35%
G = 17.2%
B = 63.44%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#242076 (or 0x242076) is known color: Midnight Blue. HEX triplet: 24, 20 and 76. RGB value is (36,32,118). Sum of RGB (Red+Green+Blue) = 36+32+118=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #242076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242076 is #DBDF89. Grayscale: #2A2A2A. Windows color (decimal): -14409610 or 7741476. OLE color: 7741476.

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

Color convert

RGB 36 32 118 -
CMYK 0.69 0.73 0 0.54
HSL 242.79º 0.57% 0.29% -
HSV(B) 242.79º 0.73% 0.46% -
XYZ 4.51 2.72 17.43 -
YUV 43 170.33 123.01 -
System Red Green Blue C M Y K H S L
Decimal 36 32 118 0.69 0.73 0 0.54 242.79 0.57 0.29
Hex 24 20 76 45 49 0 36 F3 39 1D
Octal 44 40 166 105 111 0 66 363 71 35
Binary 100100 100000 1110110 1000101 1001001 0 110110 11110011 111001 11101

Color Harmonies of #242076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242076

Black with #242076

Text Example


Text Example

White with #242076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242076; }

 p { color: rgb(36,32,118); }

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

background-color css

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

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

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

border-color css

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

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

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