Html Css Color HEX #241C85 Midnight Blue

📋 copy color: '#241C85'

red 36 ◦ green 28 ◦ blue 133

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

Shades of Midnight Blue #241C85

Tints of Midnight Blue #241C85

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.21%

 BLUE value IS 133 (52.34% from 255) = 67.51%

R = 18.27%
G = 14.21%
B = 67.51%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#241C85 (or 0x241C85) is known color: Midnight Blue. HEX triplet: 24, 1C and 85. RGB value is (36,28,133). Sum of RGB (Red+Green+Blue) = 36+28+133=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 133 (52.34% from 255 or 67.51% from 197); Max value from RGB is 133 - color contains mainly: blue. Hex color #241C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241C85 is #DBE37A. Grayscale: #292929. Windows color (decimal): -14410619 or 8723492. OLE color: 8723492.

HSL color Cylindrical-coordinate representation of color #241C85: hue angle of 244.57º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #241C85 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 28 133 -
CMYK 0.73 0.79 0 0.48
HSL 244.57º 0.65% 0.32% -
HSV(B) 244.57º 0.79% 0.52% -
XYZ 5.38 2.9 22.47 -
YUV 42.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 36 28 133 0.73 0.79 0 0.48 244.57 0.65 0.32
Hex 24 1C 85 49 4F 0 30 F5 41 20
Octal 44 34 205 111 117 0 60 365 101 40
Binary 100100 11100 10000101 1001001 1001111 0 110000 11110101 1000001 100000

Color Harmonies of #241C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241C85

Black with #241C85

Text Example


Text Example

White with #241C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,28,133); }

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

background-color css

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

 a { background-color: rgb(36,28,133); }

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

border-color css

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

 span { border-color: rgb(36,28,133); }

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