Html Css Color HEX #19135F Midnight Blue

📋 copy color: '#19135F'

red 25 ◦ green 19 ◦ blue 95

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

Shades of Midnight Blue #19135F

Tints of Midnight Blue #19135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

 BLUE value IS 95 (37.5% from 255) = 68.35%

R = 17.99%
G = 13.67%
B = 68.35%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19135F (or 0x19135F) is known color: Midnight Blue. HEX triplet: 19, 13 and 5F. RGB value is (25,19,95). Sum of RGB (Red+Green+Blue) = 25+19+95=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 95 (37.5% from 255 or 68.35% from 139); Max value from RGB is 95 - color contains mainly: blue. Hex color #19135F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19135F is #E6ECA0. Grayscale: #1D1D1D. Windows color (decimal): -15133857 or 6230809. OLE color: 6230809.

HSL color Cylindrical-coordinate representation of color #19135F: hue angle of 244.74º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19135F is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 19 95 -
CMYK 0.74 0.80 0 0.63
HSL 244.74º 0.67% 0.22% -
HSV(B) 244.74º 0.8% 0.37% -
XYZ 2.7 1.5 10.97 -
YUV 29.46 164.99 124.82 -
System Red Green Blue C M Y K H S L
Decimal 25 19 95 0.74 0.80 0 0.63 244.74 0.67 0.22
Hex 19 13 5F 4A 50 0 3F F5 43 16
Octal 31 23 137 112 120 0 77 365 103 26
Binary 11001 10011 1011111 1001010 1010000 0 111111 11110101 1000011 10110

Color Harmonies of #19135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19135F

Black with #19135F

Text Example


Text Example

White with #19135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,19,95); }

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

background-color css

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

 a { background-color: rgb(25,19,95); }

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

border-color css

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

 span { border-color: rgb(25,19,95); }

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