Html Css Color HEX #131466 Midnight Blue

📋 copy color: '#131466'

red 19 ◦ green 20 ◦ blue 102

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

Shades of Midnight Blue #131466

Tints of Midnight Blue #131466

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.18%

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

R = 13.48%
G = 14.18%
B = 72.34%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#131466 (or 0x131466) is known color: Midnight Blue. HEX triplet: 13, 14 and 66. RGB value is (19,20,102). Sum of RGB (Red+Green+Blue) = 19+20+102=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #131466 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131466 is #ECEB99. Grayscale: #1C1C1C. Windows color (decimal): -15526810 or 6689811. OLE color: 6689811.

HSL color Cylindrical-coordinate representation of color #131466: hue angle of 239.28º 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 #131466 is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 20 102 -
CMYK 0.81 0.80 0 0.6
HSL 239.28º 0.69% 0.24% -
HSV(B) 239.28º 0.81% 0.4% -
XYZ 2.92 1.6 12.73 -
YUV 29.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 19 20 102 0.81 0.80 0 0.6 239.28 0.69 0.24
Hex 13 14 66 51 50 0 3C EF 45 18
Octal 23 24 146 121 120 0 74 357 105 30
Binary 10011 10100 1100110 1010001 1010000 0 111100 11101111 1000101 11000

Color Harmonies of #131466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131466

Black with #131466

Text Example


Text Example

White with #131466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131466; }

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

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

background-color css

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

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

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

border-color css

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

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

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