Html Css Color HEX #241369 Midnight Blue

📋 copy color: '#241369'

red 36 ◦ green 19 ◦ blue 105

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

Shades of Midnight Blue #241369

Tints of Midnight Blue #241369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 65.63%

R = 22.5%
G = 11.88%
B = 65.63%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#241369 (or 0x241369) is known color: Midnight Blue. HEX triplet: 24, 13 and 69. RGB value is (36,19,105). Sum of RGB (Red+Green+Blue) = 36+19+105=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 105 (41.41% from 255 or 65.62% from 160); Max value from RGB is 105 - color contains mainly: blue. Hex color #241369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241369 is #DBEC96. Grayscale: #212121. Windows color (decimal): -14412951 or 6886180. OLE color: 6886180.

HSL color Cylindrical-coordinate representation of color #241369: hue angle of 251.86º 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 #241369 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 19 105 -
CMYK 0.66 0.82 0 0.59
HSL 251.86º 0.69% 0.24% -
HSV(B) 251.86º 0.82% 0.41% -
XYZ 3.51 1.86 13.54 -
YUV 33.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 36 19 105 0.66 0.82 0 0.59 251.86 0.69 0.24
Hex 24 13 69 42 52 0 3B FC 45 18
Octal 44 23 151 102 122 0 73 374 105 30
Binary 100100 10011 1101001 1000010 1010010 0 111011 11111100 1000101 11000

Color Harmonies of #241369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241369

Black with #241369

Text Example


Text Example

White with #241369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241369; }

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

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

background-color css

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

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

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

border-color css

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

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

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