Html Css Color HEX #131A5D Midnight Blue

📋 copy color: '#131A5D'

red 19 ◦ green 26 ◦ blue 93

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

Shades of Midnight Blue #131A5D

Tints of Midnight Blue #131A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 67.39%

R = 13.77%
G = 18.84%
B = 67.39%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#131A5D (or 0x131A5D) is known color: Midnight Blue. HEX triplet: 13, 1A and 5D. RGB value is (19,26,93). Sum of RGB (Red+Green+Blue) = 19+26+93=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #131A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A5D is #ECE5A2. Grayscale: #1F1F1F. Windows color (decimal): -15525283 or 6101523. OLE color: 6101523.

HSL color Cylindrical-coordinate representation of color #131A5D: hue angle of 234.32º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131A5D is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 26 93 -
CMYK 0.80 0.72 0 0.64
HSL 234.32º 0.66% 0.22% -
HSV(B) 234.32º 0.8% 0.36% -
XYZ 2.61 1.67 10.54 -
YUV 31.55 162.68 119.05 -
System Red Green Blue C M Y K H S L
Decimal 19 26 93 0.80 0.72 0 0.64 234.32 0.66 0.22
Hex 13 1A 5D 50 48 0 40 EA 42 16
Octal 23 32 135 120 110 0 100 352 102 26
Binary 10011 11010 1011101 1010000 1001000 0 1000000 11101010 1000010 10110

Color Harmonies of #131A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A5D

Black with #131A5D

Text Example


Text Example

White with #131A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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