Html Css Color HEX #241880 Midnight Blue

📋 copy color: '#241880'

red 36 ◦ green 24 ◦ blue 128

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

Shades of Midnight Blue #241880

Tints of Midnight Blue #241880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.77%

 BLUE value IS 128 (50.39% from 255) = 68.09%

R = 19.15%
G = 12.77%
B = 68.09%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#241880 (or 0x241880) is known color: Midnight Blue. HEX triplet: 24, 18 and 80. RGB value is (36,24,128). Sum of RGB (Red+Green+Blue) = 36+24+128=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 128 (50.39% from 255 or 68.09% from 188); Max value from RGB is 128 - color contains mainly: blue. Hex color #241880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241880 is #DBE77F. Grayscale: #272727. Windows color (decimal): -14411648 or 8394788. OLE color: 8394788.

HSL color Cylindrical-coordinate representation of color #241880: hue angle of 246.92º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #241880 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 24 128 -
CMYK 0.72 0.81 0 0.50
HSL 246.92º 0.68% 0.3% -
HSV(B) 246.92º 0.81% 0.5% -
XYZ 4.95 2.59 20.66 -
YUV 39.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 36 24 128 0.72 0.81 0 0.50 246.92 0.68 0.3
Hex 24 18 80 48 51 0 32 F7 44 1E
Octal 44 30 200 110 121 0 62 367 104 36
Binary 100100 11000 10000000 1001000 1010001 0 110010 11110111 1000100 11110

Color Harmonies of #241880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241880

Black with #241880

Text Example


Text Example

White with #241880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241880; }

 p { color: rgb(36,24,128); }

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

background-color css

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

 a { background-color: rgb(36,24,128); }

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

border-color css

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

 span { border-color: rgb(36,24,128); }

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