Html Css Color HEX #241970 Midnight Blue

📋 copy color: '#241970'

red 36 ◦ green 25 ◦ blue 112

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

Shades of Midnight Blue #241970

Tints of Midnight Blue #241970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

 BLUE value IS 112 (44.14% from 255) = 64.74%

R = 20.81%
G = 14.45%
B = 64.74%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#241970 (or 0x241970) is known color: Midnight Blue. HEX triplet: 24, 19 and 70. RGB value is (36,25,112). Sum of RGB (Red+Green+Blue) = 36+25+112=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #241970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241970 is #DBE68F. Grayscale: #252525. Windows color (decimal): -14411408 or 7346468. OLE color: 7346468.

HSL color Cylindrical-coordinate representation of color #241970: hue angle of 247.59º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #241970 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 25 112 -
CMYK 0.68 0.78 0 0.56
HSL 247.59º 0.64% 0.27% -
HSV(B) 247.59º 0.78% 0.44% -
XYZ 4 2.24 15.55 -
YUV 38.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 36 25 112 0.68 0.78 0 0.56 247.59 0.64 0.27
Hex 24 19 70 44 4E 0 38 F8 40 1B
Octal 44 31 160 104 116 0 70 370 100 33
Binary 100100 11001 1110000 1000100 1001110 0 111000 11111000 1000000 11011

Color Harmonies of #241970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241970

Black with #241970

Text Example


Text Example

White with #241970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241970; }

 p { color: rgb(36,25,112); }

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

background-color css

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

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

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

border-color css

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

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

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