Html Css Color HEX #19277F Midnight Blue

📋 copy color: '#19277F'

red 25 ◦ green 39 ◦ blue 127

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

Shades of Midnight Blue #19277F

Tints of Midnight Blue #19277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.42%

 BLUE value IS 127 (50% from 255) = 66.49%

R = 13.09%
G = 20.42%
B = 66.49%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#19277F (or 0x19277F) is known color: Midnight Blue. HEX triplet: 19, 27 and 7F. RGB value is (25,39,127). Sum of RGB (Red+Green+Blue) = 25+39+127=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #19277F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19277F is #E6D880. Grayscale: #2C2C2C. Windows color (decimal): -15128705 or 8333081. OLE color: 8333081.

HSL color Cylindrical-coordinate representation of color #19277F: hue angle of 231.76º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19277F is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 39 127 -
CMYK 0.80 0.69 0 0.50
HSL 231.76º 0.67% 0.3% -
HSV(B) 231.76º 0.8% 0.5% -
XYZ 4.96 3.19 20.43 -
YUV 44.85 174.36 113.84 -
System Red Green Blue C M Y K H S L
Decimal 25 39 127 0.80 0.69 0 0.50 231.76 0.67 0.3
Hex 19 27 7F 50 45 0 32 E8 43 1E
Octal 31 47 177 120 105 0 62 350 103 36
Binary 11001 100111 1111111 1010000 1000101 0 110010 11101000 1000011 11110

Color Harmonies of #19277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19277F

Black with #19277F

Text Example


Text Example

White with #19277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19277F; }

 p { color: rgb(25,39,127); }

 H1.HeaderClassName
 {
   color: #19277F;
 }
 .AnyTagClassName
 {
   color: #19277F;
 }
</style>

background-color css

<style>
 a { background-color: #19277F; }

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

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

border-color css

<style>
 span { border-color: #19277F; }

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

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