Html Css Color HEX #131E6F Midnight Blue

📋 copy color: '#131E6F'

red 19 ◦ green 30 ◦ blue 111

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

Shades of Midnight Blue #131E6F

Tints of Midnight Blue #131E6F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.75%

 BLUE value IS 111 (43.75% from 255) = 69.38%

R = 11.88%
G = 18.75%
B = 69.38%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#131E6F (or 0x131E6F) is known color: Midnight Blue. HEX triplet: 13, 1E and 6F. RGB value is (19,30,111). Sum of RGB (Red+Green+Blue) = 19+30+111=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 111 (43.75% from 255 or 69.38% from 160); Max value from RGB is 111 - color contains mainly: blue. Hex color #131E6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E6F is #ECE190. Grayscale: #232323. Windows color (decimal): -15524241 or 7282195. OLE color: 7282195.

HSL color Cylindrical-coordinate representation of color #131E6F: hue angle of 232.83º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131E6F is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 30 111 -
CMYK 0.83 0.73 0 0.56
HSL 232.83º 0.71% 0.25% -
HSV(B) 232.83º 0.83% 0.44% -
XYZ 3.6 2.21 15.28 -
YUV 35.95 170.36 115.91 -
System Red Green Blue C M Y K H S L
Decimal 19 30 111 0.83 0.73 0 0.56 232.83 0.71 0.25
Hex 13 1E 6F 53 49 0 38 E9 47 19
Octal 23 36 157 123 111 0 70 351 107 31
Binary 10011 11110 1101111 1010011 1001001 0 111000 11101001 1000111 11001

Color Harmonies of #131E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E6F

Black with #131E6F

Text Example


Text Example

White with #131E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,30,111); }

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

background-color css

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

 a { background-color: rgb(19,30,111); }

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

border-color css

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

 span { border-color: rgb(19,30,111); }

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