Html Css Color HEX #131065 Midnight Blue

📋 copy color: '#131065'

red 19 ◦ green 16 ◦ blue 101

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

Shades of Midnight Blue #131065

Tints of Midnight Blue #131065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 74.26%

R = 13.97%
G = 11.76%
B = 74.26%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#131065 (or 0x131065) is known color: Midnight Blue. HEX triplet: 13, 10 and 65. RGB value is (19,16,101). Sum of RGB (Red+Green+Blue) = 19+16+101=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 101 (39.84% from 255 or 74.26% from 136); Max value from RGB is 101 - color contains mainly: blue. Hex color #131065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131065 is #ECEF9A. Grayscale: #1A1A1A. Windows color (decimal): -15527835 or 6623251. OLE color: 6623251.

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

Color convert

RGB 19 16 101 -
CMYK 0.81 0.84 0 0.60
HSL 242.12º 0.73% 0.23% -
HSV(B) 242.12º 0.84% 0.4% -
XYZ 2.8 1.45 12.44 -
YUV 26.59 169.99 122.59 -
System Red Green Blue C M Y K H S L
Decimal 19 16 101 0.81 0.84 0 0.60 242.12 0.73 0.23
Hex 13 10 65 51 54 0 3C F2 49 17
Octal 23 20 145 121 124 0 74 362 111 27
Binary 10011 10000 1100101 1010001 1010100 0 111100 11110010 1001001 10111

Color Harmonies of #131065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131065

Black with #131065

Text Example


Text Example

White with #131065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131065; }

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

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

background-color css

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

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

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

border-color css

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

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

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