Html Css Color HEX #19266E Midnight Blue

📋 copy color: '#19266E'

red 25 ◦ green 38 ◦ blue 110

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

Shades of Midnight Blue #19266E

Tints of Midnight Blue #19266E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 63.58%

R = 14.45%
G = 21.97%
B = 63.58%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19266E (or 0x19266E) is known color: Midnight Blue. HEX triplet: 19, 26 and 6E. RGB value is (25,38,110). Sum of RGB (Red+Green+Blue) = 25+38+110=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #19266E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19266E is #E6D991. Grayscale: #2A2A2A. Windows color (decimal): -15128978 or 7218713. OLE color: 7218713.

HSL color Cylindrical-coordinate representation of color #19266E: hue angle of 230.82º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19266E is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 38 110 -
CMYK 0.77 0.65 0 0.57
HSL 230.82º 0.63% 0.26% -
HSV(B) 230.82º 0.77% 0.43% -
XYZ 3.91 2.72 15.07 -
YUV 42.32 166.19 115.65 -
System Red Green Blue C M Y K H S L
Decimal 25 38 110 0.77 0.65 0 0.57 230.82 0.63 0.26
Hex 19 26 6E 4D 41 0 39 E7 3F 1A
Octal 31 46 156 115 101 0 71 347 77 32
Binary 11001 100110 1101110 1001101 1000001 0 111001 11100111 111111 11010

Color Harmonies of #19266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19266E

Black with #19266E

Text Example


Text Example

White with #19266E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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