Html Css Color HEX #131A58 Midnight Blue

📋 copy color: '#131A58'

red 19 ◦ green 26 ◦ blue 88

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

Shades of Midnight Blue #131A58

Tints of Midnight Blue #131A58

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.55%

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

R = 14.29%
G = 19.55%
B = 66.17%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#131A58 (or 0x131A58) is known color: Midnight Blue. HEX triplet: 13, 1A and 58. RGB value is (19,26,88). Sum of RGB (Red+Green+Blue) = 19+26+88=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 88 (34.77% from 255 or 66.17% from 133); Max value from RGB is 88 - color contains mainly: blue. Hex color #131A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A58 is #ECE5A7. Grayscale: #1E1E1E. Windows color (decimal): -15525288 or 5773843. OLE color: 5773843.

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

Color convert

RGB 19 26 88 -
CMYK 0.78 0.70 0 0.65
HSL 233.91º 0.64% 0.21% -
HSV(B) 233.91º 0.78% 0.35% -
XYZ 2.4 1.58 9.41 -
YUV 30.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 19 26 88 0.78 0.70 0 0.65 233.91 0.64 0.21
Hex 13 1A 58 4E 46 0 41 EA 40 15
Octal 23 32 130 116 106 0 101 352 100 25
Binary 10011 11010 1011000 1001110 1000110 0 1000001 11101010 1000000 10101

Color Harmonies of #131A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A58

Black with #131A58

Text Example


Text Example

White with #131A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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