Html Css Color HEX #241368 Midnight Blue

📋 copy color: '#241368'

red 36 ◦ green 19 ◦ blue 104

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

Shades of Midnight Blue #241368

Tints of Midnight Blue #241368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 65.41%

R = 22.64%
G = 11.95%
B = 65.41%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#241368 (or 0x241368) is known color: Midnight Blue. HEX triplet: 24, 13 and 68. RGB value is (36,19,104). Sum of RGB (Red+Green+Blue) = 36+19+104=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #241368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241368 is #DBEC97. Grayscale: #212121. Windows color (decimal): -14412952 or 6820644. OLE color: 6820644.

HSL color Cylindrical-coordinate representation of color #241368: hue angle of 252º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #241368 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 19 104 -
CMYK 0.65 0.82 0 0.59
HSL 252º 0.69% 0.24% -
HSV(B) 252º 0.82% 0.41% -
XYZ 3.46 1.84 13.27 -
YUV 33.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 36 19 104 0.65 0.82 0 0.59 252 0.69 0.24
Hex 24 13 68 41 52 0 3B FC 45 18
Octal 44 23 150 101 122 0 73 374 105 30
Binary 100100 10011 1101000 1000001 1010010 0 111011 11111100 1000101 11000

Color Harmonies of #241368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241368

Black with #241368

Text Example


Text Example

White with #241368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241368; }

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

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

background-color css

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

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

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

border-color css

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

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

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