Html Css Color HEX #191365 Midnight Blue

📋 copy color: '#191365'

red 25 ◦ green 19 ◦ blue 101

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

Shades of Midnight Blue #191365

Tints of Midnight Blue #191365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 69.66%

R = 17.24%
G = 13.1%
B = 69.66%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#191365 (or 0x191365) is known color: Midnight Blue. HEX triplet: 19, 13 and 65. RGB value is (25,19,101). Sum of RGB (Red+Green+Blue) = 25+19+101=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 101 (39.84% from 255 or 69.66% from 145); Max value from RGB is 101 - color contains mainly: blue. Hex color #191365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191365 is #E6EC9A. Grayscale: #1D1D1D. Windows color (decimal): -15133851 or 6624025. OLE color: 6624025.

HSL color Cylindrical-coordinate representation of color #191365: hue angle of 244.39º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #191365 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 19 101 -
CMYK 0.75 0.81 0 0.60
HSL 244.39º 0.68% 0.24% -
HSV(B) 244.39º 0.81% 0.4% -
XYZ 2.98 1.61 12.47 -
YUV 30.14 167.99 124.33 -
System Red Green Blue C M Y K H S L
Decimal 25 19 101 0.75 0.81 0 0.60 244.39 0.68 0.24
Hex 19 13 65 4B 51 0 3C F4 44 18
Octal 31 23 145 113 121 0 74 364 104 30
Binary 11001 10011 1100101 1001011 1010001 0 111100 11110100 1000100 11000

Color Harmonies of #191365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191365

Black with #191365

Text Example


Text Example

White with #191365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191365; }

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

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

background-color css

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

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

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

border-color css

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

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

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