Html Css Color HEX #131066 Midnight Blue

📋 copy color: '#131066'

red 19 ◦ green 16 ◦ blue 102

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

Shades of Midnight Blue #131066

Tints of Midnight Blue #131066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

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

R = 13.87%
G = 11.68%
B = 74.45%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#131066 (or 0x131066) is known color: Midnight Blue. HEX triplet: 13, 10 and 66. RGB value is (19,16,102). Sum of RGB (Red+Green+Blue) = 19+16+102=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 102 (40.23% from 255 or 74.45% from 137); Max value from RGB is 102 - color contains mainly: blue. Hex color #131066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131066 is #ECEF99. Grayscale: #1A1A1A. Windows color (decimal): -15527834 or 6688787. OLE color: 6688787.

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

Color convert

RGB 19 16 102 -
CMYK 0.81 0.84 0 0.6
HSL 242.09º 0.73% 0.23% -
HSV(B) 242.09º 0.84% 0.4% -
XYZ 2.85 1.47 12.7 -
YUV 26.7 170.49 122.51 -
System Red Green Blue C M Y K H S L
Decimal 19 16 102 0.81 0.84 0 0.6 242.09 0.73 0.23
Hex 13 10 66 51 54 0 3C F2 49 17
Octal 23 20 146 121 124 0 74 362 111 27
Binary 10011 10000 1100110 1010001 1010100 0 111100 11110010 1001001 10111

Color Harmonies of #131066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131066

Black with #131066

Text Example


Text Example

White with #131066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131066; }

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

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

background-color css

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

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

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

border-color css

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

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

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