Html Css Color HEX #19266D Midnight Blue

📋 copy color: '#19266D'

red 25 ◦ green 38 ◦ blue 109

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

Shades of Midnight Blue #19266D

Tints of Midnight Blue #19266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 63.37%

R = 14.53%
G = 22.09%
B = 63.37%

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

#19266D (or 0x19266D) is known color: Midnight Blue. HEX triplet: 19, 26 and 6D. RGB value is (25,38,109). Sum of RGB (Red+Green+Blue) = 25+38+109=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #19266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19266D is #E6D992. Grayscale: #292929. Windows color (decimal): -15128979 or 7153177. OLE color: 7153177.

HSL color Cylindrical-coordinate representation of color #19266D: hue angle of 230.71º 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 #19266D is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 38 109 -
CMYK 0.77 0.65 0 0.57
HSL 230.71º 0.63% 0.26% -
HSV(B) 230.71º 0.77% 0.43% -
XYZ 3.85 2.7 14.79 -
YUV 42.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 25 38 109 0.77 0.65 0 0.57 230.71 0.63 0.26
Hex 19 26 6D 4D 41 0 39 E7 3F 1A
Octal 31 46 155 115 101 0 71 347 77 32
Binary 11001 100110 1101101 1001101 1000001 0 111001 11100111 111111 11010

Color Harmonies of #19266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19266D

Black with #19266D

Text Example


Text Example

White with #19266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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