Html Css Color HEX #19297B Midnight Blue

📋 copy color: '#19297B'

red 25 ◦ green 41 ◦ blue 123

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

Shades of Midnight Blue #19297B

Tints of Midnight Blue #19297B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.69%

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

R = 13.23%
G = 21.69%
B = 65.08%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#19297B (or 0x19297B) is known color: Midnight Blue. HEX triplet: 19, 29 and 7B. RGB value is (25,41,123). Sum of RGB (Red+Green+Blue) = 25+41+123=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #19297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19297B is #E6D684. Grayscale: #2D2D2D. Windows color (decimal): -15128197 or 8071449. OLE color: 8071449.

HSL color Cylindrical-coordinate representation of color #19297B: hue angle of 230.2º 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 #19297B is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 41 123 -
CMYK 0.80 0.67 0 0.52
HSL 230.2º 0.66% 0.29% -
HSV(B) 230.2º 0.8% 0.48% -
XYZ 4.77 3.22 19.11 -
YUV 45.56 171.7 113.33 -
System Red Green Blue C M Y K H S L
Decimal 25 41 123 0.80 0.67 0 0.52 230.2 0.66 0.29
Hex 19 29 7B 50 43 0 34 E6 42 1D
Octal 31 51 173 120 103 0 64 346 102 35
Binary 11001 101001 1111011 1010000 1000011 0 110100 11100110 1000010 11101

Color Harmonies of #19297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19297B

Black with #19297B

Text Example


Text Example

White with #19297B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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