Html Css Color HEX #19268B Midnight Blue

📋 copy color: '#19268B'

red 25 ◦ green 38 ◦ blue 139

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

Shades of Midnight Blue #19268B

Tints of Midnight Blue #19268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 68.81%

R = 12.38%
G = 18.81%
B = 68.81%

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

#19268B (or 0x19268B) is known color: Midnight Blue. HEX triplet: 19, 26 and 8B. RGB value is (25,38,139). Sum of RGB (Red+Green+Blue) = 25+38+139=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #19268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19268B is #E6D974. Grayscale: #2D2D2D. Windows color (decimal): -15128949 or 9119257. OLE color: 9119257.

HSL color Cylindrical-coordinate representation of color #19268B: hue angle of 233.16º 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 #19268B is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 38 139 -
CMYK 0.82 0.73 0 0.45
HSL 233.16º 0.7% 0.32% -
HSV(B) 233.16º 0.82% 0.55% -
XYZ 5.75 3.46 24.79 -
YUV 45.63 180.69 113.29 -
System Red Green Blue C M Y K H S L
Decimal 25 38 139 0.82 0.73 0 0.45 233.16 0.7 0.32
Hex 19 26 8B 52 49 0 2D E9 46 20
Octal 31 46 213 122 111 0 55 351 106 40
Binary 11001 100110 10001011 1010010 1001001 0 101101 11101001 1000110 100000

Color Harmonies of #19268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19268B

Black with #19268B

Text Example


Text Example

White with #19268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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