Html Css Color HEX #191358 Midnight Blue

📋 copy color: '#191358'

red 25 ◦ green 19 ◦ blue 88

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

Shades of Midnight Blue #191358

Tints of Midnight Blue #191358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 66.67%

R = 18.94%
G = 14.39%
B = 66.67%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#191358 (or 0x191358) is known color: Midnight Blue. HEX triplet: 19, 13 and 58. RGB value is (25,19,88). Sum of RGB (Red+Green+Blue) = 25+19+88=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 88 (34.77% from 255 or 66.67% from 132); Max value from RGB is 88 - color contains mainly: blue. Hex color #191358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191358 is #E6ECA7. Grayscale: #1C1C1C. Windows color (decimal): -15133864 or 5772057. OLE color: 5772057.

HSL color Cylindrical-coordinate representation of color #191358: hue angle of 245.22º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #191358 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 19 88 -
CMYK 0.72 0.78 0 0.65
HSL 245.22º 0.64% 0.21% -
HSV(B) 245.22º 0.78% 0.35% -
XYZ 2.4 1.38 9.37 -
YUV 28.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 25 19 88 0.72 0.78 0 0.65 245.22 0.64 0.21
Hex 19 13 58 48 4E 0 41 F5 40 15
Octal 31 23 130 110 116 0 101 365 100 25
Binary 11001 10011 1011000 1001000 1001110 0 1000001 11110101 1000000 10101

Color Harmonies of #191358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191358

Black with #191358

Text Example


Text Example

White with #191358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191358; }

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

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

background-color css

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

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

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

border-color css

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

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

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