Html Css Color HEX #19227C Midnight Blue

📋 copy color: '#19227C'

red 25 ◦ green 34 ◦ blue 124

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

Shades of Midnight Blue #19227C

Tints of Midnight Blue #19227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.58%

 BLUE value IS 124 (48.83% from 255) = 67.76%

R = 13.66%
G = 18.58%
B = 67.76%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19227C (or 0x19227C) is known color: Midnight Blue. HEX triplet: 19, 22 and 7C. RGB value is (25,34,124). Sum of RGB (Red+Green+Blue) = 25+34+124=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #19227C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19227C is #E6DD83. Grayscale: #292929. Windows color (decimal): -15129988 or 8135193. OLE color: 8135193.

HSL color Cylindrical-coordinate representation of color #19227C: hue angle of 234.55º degrees, saturation: 0.66, 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 #19227C is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 34 124 -
CMYK 0.80 0.73 0 0.51
HSL 234.55º 0.66% 0.29% -
HSV(B) 234.55º 0.8% 0.49% -
XYZ 4.61 2.81 19.37 -
YUV 41.57 174.52 116.18 -
System Red Green Blue C M Y K H S L
Decimal 25 34 124 0.80 0.73 0 0.51 234.55 0.66 0.29
Hex 19 22 7C 50 49 0 33 EB 42 1D
Octal 31 42 174 120 111 0 63 353 102 35
Binary 11001 100010 1111100 1010000 1001001 0 110011 11101011 1000010 11101

Color Harmonies of #19227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19227C

Black with #19227C

Text Example


Text Example

White with #19227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19227C; }

 p { color: rgb(25,34,124); }

 H1.HeaderClassName
 {
   color: #19227C;
 }
 .AnyTagClassName
 {
   color: #19227C;
 }
</style>

background-color css

<style>
 a { background-color: #19227C; }

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

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

border-color css

<style>
 span { border-color: #19227C; }

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

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