Html Css Color HEX #131A5A Midnight Blue

📋 copy color: '#131A5A'

red 19 ◦ green 26 ◦ blue 90

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

Shades of Midnight Blue #131A5A

Tints of Midnight Blue #131A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 66.67%

R = 14.07%
G = 19.26%
B = 66.67%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#131A5A (or 0x131A5A) is known color: Midnight Blue. HEX triplet: 13, 1A and 5A. RGB value is (19,26,90). Sum of RGB (Red+Green+Blue) = 19+26+90=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #131A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A5A is #ECE5A5. Grayscale: #1E1E1E. Windows color (decimal): -15525286 or 5904915. OLE color: 5904915.

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

Color convert

RGB 19 26 90 -
CMYK 0.79 0.71 0 0.65
HSL 234.08º 0.65% 0.21% -
HSV(B) 234.08º 0.79% 0.35% -
XYZ 2.48 1.62 9.85 -
YUV 31.2 161.18 119.3 -
System Red Green Blue C M Y K H S L
Decimal 19 26 90 0.79 0.71 0 0.65 234.08 0.65 0.21
Hex 13 1A 5A 4F 47 0 41 EA 41 15
Octal 23 32 132 117 107 0 101 352 101 25
Binary 10011 11010 1011010 1001111 1000111 0 1000001 11101010 1000001 10101

Color Harmonies of #131A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A5A

Black with #131A5A

Text Example


Text Example

White with #131A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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