Html Css Color HEX #19197B Midnight Blue

📋 copy color: '#19197B'

red 25 ◦ green 25 ◦ blue 123

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

Shades of Midnight Blue #19197B

Tints of Midnight Blue #19197B

RGB

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

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

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

R = 14.45%
G = 14.45%
B = 71.1%

CMYK

 C value IS 0.80

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#19197B (or 0x19197B) is known color: Midnight Blue. HEX triplet: 19, 19 and 7B. RGB value is (25,25,123). Sum of RGB (Red+Green+Blue) = 25+25+123=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 123 (48.44% from 255 or 71.10% from 173); Max value from RGB is 123 - color contains mainly: blue. Hex color #19197B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19197B is #E6E684. Grayscale: #232323. Windows color (decimal): -15132293 or 8067353. OLE color: 8067353.

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

Color convert

RGB 25 25 123 -
CMYK 0.80 0.80 0 0.52
HSL 240º 0.66% 0.29% -
HSV(B) 240º 0.8% 0.48% -
XYZ 4.32 2.33 18.96 -
YUV 36.17 177 120.03 -
System Red Green Blue C M Y K H S L
Decimal 25 25 123 0.80 0.80 0 0.52 240 0.66 0.29
Hex 19 19 7B 50 50 0 34 F0 42 1D
Octal 31 31 173 120 120 0 64 360 102 35
Binary 11001 11001 1111011 1010000 1010000 0 110100 11110000 1000010 11101

Color Harmonies of #19197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19197B

Black with #19197B

Text Example


Text Example

White with #19197B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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