Html Css Color HEX #131E65 Midnight Blue

📋 copy color: '#131E65'

red 19 ◦ green 30 ◦ blue 101

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

Shades of Midnight Blue #131E65

Tints of Midnight Blue #131E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 67.33%

R = 12.67%
G = 20%
B = 67.33%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#131E65 (or 0x131E65) is known color: Midnight Blue. HEX triplet: 13, 1E and 65. RGB value is (19,30,101). Sum of RGB (Red+Green+Blue) = 19+30+101=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 101 (39.84% from 255 or 67.33% from 150); Max value from RGB is 101 - color contains mainly: blue. Hex color #131E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E65 is #ECE19A. Grayscale: #222222. Windows color (decimal): -15524251 or 6626835. OLE color: 6626835.

HSL color Cylindrical-coordinate representation of color #131E65: hue angle of 231.95º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131E65 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 30 101 -
CMYK 0.81 0.70 0 0.60
HSL 231.95º 0.68% 0.24% -
HSV(B) 231.95º 0.81% 0.4% -
XYZ 3.08 2.01 12.54 -
YUV 34.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 19 30 101 0.81 0.70 0 0.60 231.95 0.68 0.24
Hex 13 1E 65 51 46 0 3C E8 44 18
Octal 23 36 145 121 106 0 74 350 104 30
Binary 10011 11110 1100101 1010001 1000110 0 111100 11101000 1000100 11000

Color Harmonies of #131E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E65

Black with #131E65

Text Example


Text Example

White with #131E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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