Html Css Color HEX #131B5E Midnight Blue

📋 copy color: '#131B5E'

red 19 ◦ green 27 ◦ blue 94

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

Shades of Midnight Blue #131B5E

Tints of Midnight Blue #131B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 67.14%

R = 13.57%
G = 19.29%
B = 67.14%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#131B5E (or 0x131B5E) is known color: Midnight Blue. HEX triplet: 13, 1B and 5E. RGB value is (19,27,94). Sum of RGB (Red+Green+Blue) = 19+27+94=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 94 (37.11% from 255 or 67.14% from 140); Max value from RGB is 94 - color contains mainly: blue. Hex color #131B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B5E is #ECE4A1. Grayscale: #1F1F1F. Windows color (decimal): -15525026 or 6167315. OLE color: 6167315.

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

Color convert

RGB 19 27 94 -
CMYK 0.80 0.71 0 0.63
HSL 233.6º 0.66% 0.22% -
HSV(B) 233.6º 0.8% 0.37% -
XYZ 2.68 1.73 10.78 -
YUV 32.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 19 27 94 0.80 0.71 0 0.63 233.6 0.66 0.22
Hex 13 1B 5E 50 47 0 3F EA 42 16
Octal 23 33 136 120 107 0 77 352 102 26
Binary 10011 11011 1011110 1010000 1000111 0 111111 11101010 1000010 10110

Color Harmonies of #131B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B5E

Black with #131B5E

Text Example


Text Example

White with #131B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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