Html Css Color HEX #131B5A Midnight Blue

📋 copy color: '#131B5A'

red 19 ◦ green 27 ◦ blue 90

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

Shades of Midnight Blue #131B5A

Tints of Midnight Blue #131B5A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.85%

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

R = 13.97%
G = 19.85%
B = 66.18%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#131B5A (or 0x131B5A) is known color: Midnight Blue. HEX triplet: 13, 1B and 5A. RGB value is (19,27,90). Sum of RGB (Red+Green+Blue) = 19+27+90=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #131B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B5A is #ECE4A5. Grayscale: #1F1F1F. Windows color (decimal): -15525030 or 5905171. OLE color: 5905171.

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

Color convert

RGB 19 27 90 -
CMYK 0.79 0.70 0 0.65
HSL 233.24º 0.65% 0.21% -
HSV(B) 233.24º 0.79% 0.35% -
XYZ 2.51 1.66 9.86 -
YUV 31.79 160.85 118.88 -
System Red Green Blue C M Y K H S L
Decimal 19 27 90 0.79 0.70 0 0.65 233.24 0.65 0.21
Hex 13 1B 5A 4F 46 0 41 E9 41 15
Octal 23 33 132 117 106 0 101 351 101 25
Binary 10011 11011 1011010 1001111 1000110 0 1000001 11101001 1000001 10101

Color Harmonies of #131B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B5A

Black with #131B5A

Text Example


Text Example

White with #131B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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