Html Css Color HEX #19278B Midnight Blue

📋 copy color: '#19278B'

red 25 ◦ green 39 ◦ blue 139

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

Shades of Midnight Blue #19278B

Tints of Midnight Blue #19278B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 68.47%

R = 12.32%
G = 19.21%
B = 68.47%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19278B (or 0x19278B) is known color: Midnight Blue. HEX triplet: 19, 27 and 8B. RGB value is (25,39,139). Sum of RGB (Red+Green+Blue) = 25+39+139=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #19278B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19278B is #E6D874. Grayscale: #2D2D2D. Windows color (decimal): -15128693 or 9119513. OLE color: 9119513.

HSL color Cylindrical-coordinate representation of color #19278B: hue angle of 232.63º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19278B is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 39 139 -
CMYK 0.82 0.72 0 0.45
HSL 232.63º 0.7% 0.32% -
HSV(B) 232.63º 0.82% 0.55% -
XYZ 5.79 3.52 24.8 -
YUV 46.21 180.36 112.87 -
System Red Green Blue C M Y K H S L
Decimal 25 39 139 0.82 0.72 0 0.45 232.63 0.7 0.32
Hex 19 27 8B 52 48 0 2D E9 46 20
Octal 31 47 213 122 110 0 55 351 106 40
Binary 11001 100111 10001011 1010010 1001000 0 101101 11101001 1000110 100000

Color Harmonies of #19278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19278B

Black with #19278B

Text Example


Text Example

White with #19278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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