Html Css Color HEX #131E6A Midnight Blue

📋 copy color: '#131E6A'

red 19 ◦ green 30 ◦ blue 106

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

Shades of Midnight Blue #131E6A

Tints of Midnight Blue #131E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 68.39%

R = 12.26%
G = 19.35%
B = 68.39%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#131E6A (or 0x131E6A) is known color: Midnight Blue. HEX triplet: 13, 1E and 6A. RGB value is (19,30,106). Sum of RGB (Red+Green+Blue) = 19+30+106=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 106 (41.80% from 255 or 68.39% from 155); Max value from RGB is 106 - color contains mainly: blue. Hex color #131E6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E6A is #ECE195. Grayscale: #232323. Windows color (decimal): -15524246 or 6954515. OLE color: 6954515.

HSL color Cylindrical-coordinate representation of color #131E6A: hue angle of 232.41º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131E6A is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 30 106 -
CMYK 0.82 0.72 0 0.58
HSL 232.41º 0.7% 0.25% -
HSV(B) 232.41º 0.82% 0.42% -
XYZ 3.33 2.11 13.87 -
YUV 35.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 19 30 106 0.82 0.72 0 0.58 232.41 0.7 0.25
Hex 13 1E 6A 52 48 0 3A E8 46 19
Octal 23 36 152 122 110 0 72 350 106 31
Binary 10011 11110 1101010 1010010 1001000 0 111010 11101000 1000110 11001

Color Harmonies of #131E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E6A

Black with #131E6A

Text Example


Text Example

White with #131E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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