Html Css Color HEX #19137B Midnight Blue

📋 copy color: '#19137B'

red 25 ◦ green 19 ◦ blue 123

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

Shades of Midnight Blue #19137B

Tints of Midnight Blue #19137B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

 BLUE value IS 123 (48.44% from 255) = 73.65%

R = 14.97%
G = 11.38%
B = 73.65%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#19137B (or 0x19137B) is known color: Midnight Blue. HEX triplet: 19, 13 and 7B. RGB value is (25,19,123). Sum of RGB (Red+Green+Blue) = 25+19+123=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #19137B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19137B is #E6EC84. Grayscale: #202020. Windows color (decimal): -15133829 or 8065817. OLE color: 8065817.

HSL color Cylindrical-coordinate representation of color #19137B: hue angle of 243.46º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19137B is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 19 123 -
CMYK 0.80 0.85 0 0.52
HSL 243.46º 0.73% 0.28% -
HSV(B) 243.46º 0.85% 0.48% -
XYZ 4.21 2.1 18.92 -
YUV 32.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 25 19 123 0.80 0.85 0 0.52 243.46 0.73 0.28
Hex 19 13 7B 50 55 0 34 F3 49 1C
Octal 31 23 173 120 125 0 64 363 111 34
Binary 11001 10011 1111011 1010000 1010101 0 110100 11110011 1001001 11100

Color Harmonies of #19137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19137B

Black with #19137B

Text Example


Text Example

White with #19137B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,19,123); }

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

background-color css

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

 a { background-color: rgb(25,19,123); }

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

border-color css

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

 span { border-color: rgb(25,19,123); }

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