Html Css Color HEX #131766 Midnight Blue

📋 copy color: '#131766'

red 19 ◦ green 23 ◦ blue 102

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

Shades of Midnight Blue #131766

Tints of Midnight Blue #131766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

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

R = 13.19%
G = 15.97%
B = 70.83%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#131766 (or 0x131766) is known color: Midnight Blue. HEX triplet: 13, 17 and 66. RGB value is (19,23,102). Sum of RGB (Red+Green+Blue) = 19+23+102=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #131766 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131766 is #ECE899. Grayscale: #1E1E1E. Windows color (decimal): -15526042 or 6690579. OLE color: 6690579.

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

Color convert

RGB 19 23 102 -
CMYK 0.81 0.77 0 0.6
HSL 237.11º 0.69% 0.24% -
HSV(B) 237.11º 0.81% 0.4% -
XYZ 2.97 1.71 12.74 -
YUV 30.81 168.17 119.58 -
System Red Green Blue C M Y K H S L
Decimal 19 23 102 0.81 0.77 0 0.6 237.11 0.69 0.24
Hex 13 17 66 51 4D 0 3C ED 45 18
Octal 23 27 146 121 115 0 74 355 105 30
Binary 10011 10111 1100110 1010001 1001101 0 111100 11101101 1000101 11000

Color Harmonies of #131766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131766

Black with #131766

Text Example


Text Example

White with #131766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131766; }

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

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

background-color css

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

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

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

border-color css

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

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

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