Html Css Color HEX #19267D Midnight Blue

📋 copy color: '#19267D'

red 25 ◦ green 38 ◦ blue 125

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

Shades of Midnight Blue #19267D

Tints of Midnight Blue #19267D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 66.49%

R = 13.3%
G = 20.21%
B = 66.49%

CMYK

 C value IS 0.8

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19267D (or 0x19267D) is known color: Midnight Blue. HEX triplet: 19, 26 and 7D. RGB value is (25,38,125). Sum of RGB (Red+Green+Blue) = 25+38+125=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #19267D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19267D is #E6D982. Grayscale: #2B2B2B. Windows color (decimal): -15128963 or 8201753. OLE color: 8201753.

HSL color Cylindrical-coordinate representation of color #19267D: hue angle of 232.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19267D is Cyan = 0.8, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 38 125 -
CMYK 0.8 0.70 0 0.51
HSL 232.2º 0.67% 0.29% -
HSV(B) 232.2º 0.8% 0.49% -
XYZ 4.8 3.07 19.74 -
YUV 44.03 173.69 114.43 -
System Red Green Blue C M Y K H S L
Decimal 25 38 125 0.8 0.70 0 0.51 232.2 0.67 0.29
Hex 19 26 7D 50 46 0 33 E8 43 1D
Octal 31 46 175 120 106 0 63 350 103 35
Binary 11001 100110 1111101 1010000 1000110 0 110011 11101000 1000011 11101

Color Harmonies of #19267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19267D

Black with #19267D

Text Example


Text Example

White with #19267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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