Html Css Color HEX #131958 Midnight Blue

📋 copy color: '#131958'

red 19 ◦ green 25 ◦ blue 88

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

Shades of Midnight Blue #131958

Tints of Midnight Blue #131958

RGB

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

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

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

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

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#131958 (or 0x131958) is known color: Midnight Blue. HEX triplet: 13, 19 and 58. RGB value is (19,25,88). Sum of RGB (Red+Green+Blue) = 19+25+88=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 25 (10.16% from 255 or 18.94% 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 #131958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131958 is #ECE6A7. Grayscale: #1E1E1E. Windows color (decimal): -15525544 or 5773587. OLE color: 5773587.

HSL color Cylindrical-coordinate representation of color #131958: hue angle of 234.78º 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 #131958 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 25 88 -
CMYK 0.78 0.72 0 0.65
HSL 234.78º 0.64% 0.21% -
HSV(B) 234.78º 0.78% 0.35% -
XYZ 2.38 1.54 9.4 -
YUV 30.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 19 25 88 0.78 0.72 0 0.65 234.78 0.64 0.21
Hex 13 19 58 4E 48 0 41 EB 40 15
Octal 23 31 130 116 110 0 101 353 100 25
Binary 10011 11001 1011000 1001110 1001000 0 1000001 11101011 1000000 10101

Color Harmonies of #131958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131958

Black with #131958

Text Example


Text Example

White with #131958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131958; }

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

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

background-color css

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

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

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

border-color css

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

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

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