Html Css Color HEX #191F5B Midnight Blue

📋 copy color: '#191F5B'

red 25 ◦ green 31 ◦ blue 91

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

Shades of Midnight Blue #191F5B

Tints of Midnight Blue #191F5B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.09%

 BLUE value IS 91 (35.94% from 255) = 61.9%

R = 17.01%
G = 21.09%
B = 61.9%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#191F5B (or 0x191F5B) is known color: Midnight Blue. HEX triplet: 19, 1F and 5B. RGB value is (25,31,91). Sum of RGB (Red+Green+Blue) = 25+31+91=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #191F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191F5B is #E6E0A4. Grayscale: #232323. Windows color (decimal): -15130789 or 5971737. OLE color: 5971737.

HSL color Cylindrical-coordinate representation of color #191F5B: hue angle of 234.55º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #191F5B is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 31 91 -
CMYK 0.73 0.66 0 0.64
HSL 234.55º 0.57% 0.23% -
HSV(B) 234.55º 0.73% 0.36% -
XYZ 2.78 1.94 10.13 -
YUV 36.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 25 31 91 0.73 0.66 0 0.64 234.55 0.57 0.23
Hex 19 1F 5B 49 42 0 40 EB 39 17
Octal 31 37 133 111 102 0 100 353 71 27
Binary 11001 11111 1011011 1001001 1000010 0 1000000 11101011 111001 10111

Color Harmonies of #191F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191F5B

Black with #191F5B

Text Example


Text Example

White with #191F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191F5B; }

 p { color: rgb(25,31,91); }

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

background-color css

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

 a { background-color: rgb(25,31,91); }

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

border-color css

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

 span { border-color: rgb(25,31,91); }

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