Html Css Color HEX #131E66 Midnight Blue

📋 copy color: '#131E66'

red 19 ◦ green 30 ◦ blue 102

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

Shades of Midnight Blue #131E66

Tints of Midnight Blue #131E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 67.55%

R = 12.58%
G = 19.87%
B = 67.55%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#131E66 (or 0x131E66) is known color: Midnight Blue. HEX triplet: 13, 1E and 66. RGB value is (19,30,102). Sum of RGB (Red+Green+Blue) = 19+30+102=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #131E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E66 is #ECE199. Grayscale: #222222. Windows color (decimal): -15524250 or 6692371. OLE color: 6692371.

HSL color Cylindrical-coordinate representation of color #131E66: hue angle of 232.05º degrees, saturation: 0.69, 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 #131E66 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 30 102 -
CMYK 0.81 0.71 0 0.6
HSL 232.05º 0.69% 0.24% -
HSV(B) 232.05º 0.81% 0.4% -
XYZ 3.13 2.03 12.8 -
YUV 34.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 19 30 102 0.81 0.71 0 0.6 232.05 0.69 0.24
Hex 13 1E 66 51 47 0 3C E8 45 18
Octal 23 36 146 121 107 0 74 350 105 30
Binary 10011 11110 1100110 1010001 1000111 0 111100 11101000 1000101 11000

Color Harmonies of #131E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E66

Black with #131E66

Text Example


Text Example

White with #131E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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