Html Css Color HEX #242977 Midnight Blue

📋 copy color: '#242977'

red 36 ◦ green 41 ◦ blue 119

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

Shades of Midnight Blue #242977

Tints of Midnight Blue #242977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

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

R = 18.37%
G = 20.92%
B = 60.71%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#242977 (or 0x242977) is known color: Midnight Blue. HEX triplet: 24, 29 and 77. RGB value is (36,41,119). Sum of RGB (Red+Green+Blue) = 36+41+119=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #242977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242977 is #DBD688. Grayscale: #303030. Windows color (decimal): -14407305 or 7809316. OLE color: 7809316.

HSL color Cylindrical-coordinate representation of color #242977: hue angle of 236.39º 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 #242977 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 41 119 -
CMYK 0.70 0.66 0 0.53
HSL 236.39º 0.54% 0.3% -
HSV(B) 236.39º 0.7% 0.47% -
XYZ 4.85 3.29 17.83 -
YUV 48.4 167.84 119.16 -
System Red Green Blue C M Y K H S L
Decimal 36 41 119 0.70 0.66 0 0.53 236.39 0.54 0.3
Hex 24 29 77 46 42 0 35 EC 36 1E
Octal 44 51 167 106 102 0 65 354 66 36
Binary 100100 101001 1110111 1000110 1000010 0 110101 11101100 110110 11110

Color Harmonies of #242977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242977

Black with #242977

Text Example


Text Example

White with #242977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242977; }

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

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

background-color css

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

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

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

border-color css

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

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

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