Html Css Color HEX #19268C Midnight Blue

📋 copy color: '#19268C'

red 25 ◦ green 38 ◦ blue 140

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

Shades of Midnight Blue #19268C

Tints of Midnight Blue #19268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.72%

 BLUE value IS 140 (55.08% from 255) = 68.97%

R = 12.32%
G = 18.72%
B = 68.97%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19268C (or 0x19268C) is known color: Midnight Blue. HEX triplet: 19, 26 and 8C. RGB value is (25,38,140). Sum of RGB (Red+Green+Blue) = 25+38+140=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #19268C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19268C is #E6D973. Grayscale: #2D2D2D. Windows color (decimal): -15128948 or 9184793. OLE color: 9184793.

HSL color Cylindrical-coordinate representation of color #19268C: hue angle of 233.22º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19268C is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 38 140 -
CMYK 0.82 0.73 0 0.45
HSL 233.22º 0.7% 0.32% -
HSV(B) 233.22º 0.82% 0.55% -
XYZ 5.83 3.49 25.18 -
YUV 45.74 181.19 113.21 -
System Red Green Blue C M Y K H S L
Decimal 25 38 140 0.82 0.73 0 0.45 233.22 0.7 0.32
Hex 19 26 8C 52 49 0 2D E9 46 20
Octal 31 46 214 122 111 0 55 351 106 40
Binary 11001 100110 10001100 1010010 1001001 0 101101 11101001 1000110 100000

Color Harmonies of #19268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19268C

Black with #19268C

Text Example


Text Example

White with #19268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19268C; }

 p { color: rgb(25,38,140); }

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

background-color css

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

 a { background-color: rgb(25,38,140); }

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

border-color css

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

 span { border-color: rgb(25,38,140); }

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