Html Css Color HEX #19127B Midnight Blue

📋 copy color: '#19127B'

red 25 ◦ green 18 ◦ blue 123

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

Shades of Midnight Blue #19127B

Tints of Midnight Blue #19127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.84%

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

R = 15.06%
G = 10.84%
B = 74.1%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#19127B (or 0x19127B) is known color: Midnight Blue. HEX triplet: 19, 12 and 7B. RGB value is (25,18,123). Sum of RGB (Red+Green+Blue) = 25+18+123=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 123 (48.44% from 255 or 74.10% from 166); Max value from RGB is 123 - color contains mainly: blue. Hex color #19127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19127B is #E6ED84. Grayscale: #1F1F1F. Windows color (decimal): -15134085 or 8065561. OLE color: 8065561.

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

Color convert

RGB 25 18 123 -
CMYK 0.80 0.85 0 0.52
HSL 244º 0.74% 0.28% -
HSV(B) 244º 0.85% 0.48% -
XYZ 4.19 2.07 18.92 -
YUV 32.06 179.32 122.96 -
System Red Green Blue C M Y K H S L
Decimal 25 18 123 0.80 0.85 0 0.52 244 0.74 0.28
Hex 19 12 7B 50 55 0 34 F4 4A 1C
Octal 31 22 173 120 125 0 64 364 112 34
Binary 11001 10010 1111011 1010000 1010101 0 110100 11110100 1001010 11100

Color Harmonies of #19127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19127B

Black with #19127B

Text Example


Text Example

White with #19127B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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