Html Css Color HEX #19288A Midnight Blue

📋 copy color: '#19288A'

red 25 ◦ green 40 ◦ blue 138

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

Shades of Midnight Blue #19288A

Tints of Midnight Blue #19288A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.7%

 BLUE value IS 138 (54.3% from 255) = 67.98%

R = 12.32%
G = 19.7%
B = 67.98%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#19288A (or 0x19288A) is known color: Midnight Blue. HEX triplet: 19, 28 and 8A. RGB value is (25,40,138). Sum of RGB (Red+Green+Blue) = 25+40+138=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #19288A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19288A is #E6D775. Grayscale: #2E2E2E. Windows color (decimal): -15128438 or 9054233. OLE color: 9054233.

HSL color Cylindrical-coordinate representation of color #19288A: hue angle of 232.04º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19288A is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 40 138 -
CMYK 0.82 0.71 0 0.46
HSL 232.04º 0.69% 0.32% -
HSV(B) 232.04º 0.82% 0.54% -
XYZ 5.75 3.56 24.43 -
YUV 46.69 179.53 112.53 -
System Red Green Blue C M Y K H S L
Decimal 25 40 138 0.82 0.71 0 0.46 232.04 0.69 0.32
Hex 19 28 8A 52 47 0 2E E8 45 20
Octal 31 50 212 122 107 0 56 350 105 40
Binary 11001 101000 10001010 1010010 1000111 0 101110 11101000 1000101 100000

Color Harmonies of #19288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19288A

Black with #19288A

Text Example


Text Example

White with #19288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19288A; }

 p { color: rgb(25,40,138); }

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

background-color css

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

 a { background-color: rgb(25,40,138); }

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

border-color css

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

 span { border-color: rgb(25,40,138); }

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