Html Css Color HEX #131265 Midnight Blue

📋 copy color: '#131265'

red 19 ◦ green 18 ◦ blue 101

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

Shades of Midnight Blue #131265

Tints of Midnight Blue #131265

RGB

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

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

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

R = 13.77%
G = 13.04%
B = 73.19%

CMYK

 C value IS 0.81

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#131265 (or 0x131265) is known color: Midnight Blue. HEX triplet: 13, 12 and 65. RGB value is (19,18,101). Sum of RGB (Red+Green+Blue) = 19+18+101=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 101 (39.84% from 255 or 73.19% from 138); Max value from RGB is 101 - color contains mainly: blue. Hex color #131265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131265 is #ECED9A. Grayscale: #1B1B1B. Windows color (decimal): -15527323 or 6623763. OLE color: 6623763.

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

Color convert

RGB 19 18 101 -
CMYK 0.81 0.82 0 0.60
HSL 240.72º 0.7% 0.23% -
HSV(B) 240.72º 0.82% 0.4% -
XYZ 2.83 1.51 12.45 -
YUV 27.76 169.33 121.75 -
System Red Green Blue C M Y K H S L
Decimal 19 18 101 0.81 0.82 0 0.60 240.72 0.7 0.23
Hex 13 12 65 51 52 0 3C F1 46 17
Octal 23 22 145 121 122 0 74 361 106 27
Binary 10011 10010 1100101 1010001 1010010 0 111100 11110001 1000110 10111

Color Harmonies of #131265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131265

Black with #131265

Text Example


Text Example

White with #131265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131265; }

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

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

background-color css

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

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

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

border-color css

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

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

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