Html Css Color HEX #131266 Midnight Blue

📋 copy color: '#131266'

red 19 ◦ green 18 ◦ blue 102

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

Shades of Midnight Blue #131266

Tints of Midnight Blue #131266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

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

R = 13.67%
G = 12.95%
B = 73.38%

CMYK

 C value IS 0.81

 M value IS 0.82

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#131266 (or 0x131266) is known color: Midnight Blue. HEX triplet: 13, 12 and 66. RGB value is (19,18,102). Sum of RGB (Red+Green+Blue) = 19+18+102=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 102 (40.23% from 255 or 73.38% from 139); Max value from RGB is 102 - color contains mainly: blue. Hex color #131266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131266 is #ECED99. Grayscale: #1B1B1B. Windows color (decimal): -15527322 or 6689299. OLE color: 6689299.

HSL color Cylindrical-coordinate representation of color #131266: hue angle of 240.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131266 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 18 102 -
CMYK 0.81 0.82 0 0.6
HSL 240.71º 0.7% 0.24% -
HSV(B) 240.71º 0.82% 0.4% -
XYZ 2.88 1.53 12.71 -
YUV 27.88 169.83 121.67 -
System Red Green Blue C M Y K H S L
Decimal 19 18 102 0.81 0.82 0 0.6 240.71 0.7 0.24
Hex 13 12 66 51 52 0 3C F1 46 18
Octal 23 22 146 121 122 0 74 361 106 30
Binary 10011 10010 1100110 1010001 1010010 0 111100 11110001 1000110 11000

Color Harmonies of #131266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131266

Black with #131266

Text Example


Text Example

White with #131266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131266; }

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

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

background-color css

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

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

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

border-color css

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

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

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