Html Css Color HEX #19215E Midnight Blue

📋 copy color: '#19215E'

red 25 ◦ green 33 ◦ blue 94

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

Shades of Midnight Blue #19215E

Tints of Midnight Blue #19215E

RGB

 RED value IS 25 (10.16% from 255) = 16.45%

 GREEN value IS 33 (13.28% from 255) = 21.71%

 BLUE value IS 94 (37.11% from 255) = 61.84%

R = 16.45%
G = 21.71%
B = 61.84%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19215E (or 0x19215E) is known color: Midnight Blue. HEX triplet: 19, 21 and 5E. RGB value is (25,33,94). Sum of RGB (Red+Green+Blue) = 25+33+94=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #19215E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19215E is #E6DEA1. Grayscale: #252525. Windows color (decimal): -15130274 or 6168857. OLE color: 6168857.

HSL color Cylindrical-coordinate representation of color #19215E: hue angle of 233.04º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19215E is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 33 94 -
CMYK 0.73 0.65 0 0.63
HSL 233.04º 0.58% 0.23% -
HSV(B) 233.04º 0.73% 0.37% -
XYZ 2.97 2.1 10.84 -
YUV 37.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 25 33 94 0.73 0.65 0 0.63 233.04 0.58 0.23
Hex 19 21 5E 49 41 0 3F E9 3A 17
Octal 31 41 136 111 101 0 77 351 72 27
Binary 11001 100001 1011110 1001001 1000001 0 111111 11101001 111010 10111

Color Harmonies of #19215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19215E

Black with #19215E

Text Example


Text Example

White with #19215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19215E; }

 p { color: rgb(25,33,94); }

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

background-color css

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

 a { background-color: rgb(25,33,94); }

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

border-color css

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

 span { border-color: rgb(25,33,94); }

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