Html Css Color HEX #241365 Midnight Blue

📋 copy color: '#241365'

red 36 ◦ green 19 ◦ blue 101

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

Shades of Midnight Blue #241365

Tints of Midnight Blue #241365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.18%

 BLUE value IS 101 (39.84% from 255) = 64.74%

R = 23.08%
G = 12.18%
B = 64.74%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#241365 (or 0x241365) is known color: Midnight Blue. HEX triplet: 24, 13 and 65. RGB value is (36,19,101). Sum of RGB (Red+Green+Blue) = 36+19+101=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #241365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241365 is #DBEC9A. Grayscale: #212121. Windows color (decimal): -14412955 or 6624036. OLE color: 6624036.

HSL color Cylindrical-coordinate representation of color #241365: hue angle of 252.44º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #241365 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 36 19 101 -
CMYK 0.64 0.81 0 0.60
HSL 252.44º 0.68% 0.24% -
HSV(B) 252.44º 0.81% 0.4% -
XYZ 3.31 1.78 12.48 -
YUV 33.43 166.13 129.83 -
System Red Green Blue C M Y K H S L
Decimal 36 19 101 0.64 0.81 0 0.60 252.44 0.68 0.24
Hex 24 13 65 40 51 0 3C FC 44 18
Octal 44 23 145 100 121 0 74 374 104 30
Binary 100100 10011 1100101 1000000 1010001 0 111100 11111100 1000100 11000

Color Harmonies of #241365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241365

Black with #241365

Text Example


Text Example

White with #241365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241365; }

 p { color: rgb(36,19,101); }

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

background-color css

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

 a { background-color: rgb(36,19,101); }

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

border-color css

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

 span { border-color: rgb(36,19,101); }

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