Html Css Color HEX #241F70 Midnight Blue

📋 copy color: '#241F70'

red 36 ◦ green 31 ◦ blue 112

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

Shades of Midnight Blue #241F70

Tints of Midnight Blue #241F70

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.32%

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

R = 20.11%
G = 17.32%
B = 62.57%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#241F70 (or 0x241F70) is known color: Midnight Blue. HEX triplet: 24, 1F and 70. RGB value is (36,31,112). Sum of RGB (Red+Green+Blue) = 36+31+112=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #241F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241F70 is #DBE08F. Grayscale: #292929. Windows color (decimal): -14409872 or 7348004. OLE color: 7348004.

HSL color Cylindrical-coordinate representation of color #241F70: hue angle of 243.7º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #241F70 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 31 112 -
CMYK 0.68 0.72 0 0.56
HSL 243.7º 0.57% 0.28% -
HSV(B) 243.7º 0.72% 0.44% -
XYZ 4.14 2.52 15.6 -
YUV 41.73 167.66 123.91 -
System Red Green Blue C M Y K H S L
Decimal 36 31 112 0.68 0.72 0 0.56 243.7 0.57 0.28
Hex 24 1F 70 44 48 0 38 F4 39 1C
Octal 44 37 160 104 110 0 70 364 71 34
Binary 100100 11111 1110000 1000100 1001000 0 111000 11110100 111001 11100

Color Harmonies of #241F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F70

Black with #241F70

Text Example


Text Example

White with #241F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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