Html Css Color HEX #241975 Midnight Blue

📋 copy color: '#241975'

red 36 ◦ green 25 ◦ blue 117

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

Shades of Midnight Blue #241975

Tints of Midnight Blue #241975

RGB

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

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

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

R = 20.22%
G = 14.04%
B = 65.73%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#241975 (or 0x241975) is known color: Midnight Blue. HEX triplet: 24, 19 and 75. RGB value is (36,25,117). Sum of RGB (Red+Green+Blue) = 36+25+117=178 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.22% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #241975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241975 is #DBE68A. Grayscale: #262626. Windows color (decimal): -14411403 or 7674148. OLE color: 7674148.

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

Color convert

RGB 36 25 117 -
CMYK 0.69 0.79 0 0.54
HSL 247.17º 0.65% 0.28% -
HSV(B) 247.17º 0.79% 0.46% -
XYZ 4.29 2.35 17.06 -
YUV 38.78 172.14 126.02 -
System Red Green Blue C M Y K H S L
Decimal 36 25 117 0.69 0.79 0 0.54 247.17 0.65 0.28
Hex 24 19 75 45 4F 0 36 F7 41 1C
Octal 44 31 165 105 117 0 66 367 101 34
Binary 100100 11001 1110101 1000101 1001111 0 110110 11110111 1000001 11100

Color Harmonies of #241975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241975

Black with #241975

Text Example


Text Example

White with #241975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241975; }

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

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

background-color css

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

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

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

border-color css

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

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

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