Html Css Color HEX #131A7E Midnight Blue

📋 copy color: '#131A7E'

red 19 ◦ green 26 ◦ blue 126

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

Shades of Midnight Blue #131A7E

Tints of Midnight Blue #131A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 73.68%

R = 11.11%
G = 15.2%
B = 73.68%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#131A7E (or 0x131A7E) is known color: Midnight Blue. HEX triplet: 13, 1A and 7E. RGB value is (19,26,126). Sum of RGB (Red+Green+Blue) = 19+26+126=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 126 (49.61% from 255 or 73.68% from 171); Max value from RGB is 126 - color contains mainly: blue. Hex color #131A7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A7E is #ECE581. Grayscale: #222222. Windows color (decimal): -15525250 or 8264211. OLE color: 8264211.

HSL color Cylindrical-coordinate representation of color #131A7E: hue angle of 236.07º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131A7E is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 26 126 -
CMYK 0.85 0.79 0 0.51
HSL 236.07º 0.74% 0.28% -
HSV(B) 236.07º 0.85% 0.49% -
XYZ 4.4 2.38 19.97 -
YUV 35.31 179.18 116.37 -
System Red Green Blue C M Y K H S L
Decimal 19 26 126 0.85 0.79 0 0.51 236.07 0.74 0.28
Hex 13 1A 7E 55 4F 0 33 EC 4A 1C
Octal 23 32 176 125 117 0 63 354 112 34
Binary 10011 11010 1111110 1010101 1001111 0 110011 11101100 1001010 11100

Color Harmonies of #131A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A7E

Black with #131A7E

Text Example


Text Example

White with #131A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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