Html Css Color HEX #1311AE New Midnight Blue

📋 copy color: '#1311AE'

red 19 ◦ green 17 ◦ blue 174

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

Shades of New Midnight Blue #1311AE

Tints of New Midnight Blue #1311AE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.1%

 BLUE value IS 174 (68.36% from 255) = 82.86%

R = 9.05%
G = 8.1%
B = 82.86%

CMYK

 C value IS 0.89

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1311AE (or 0x1311AE) is known color: New Midnight Blue. HEX triplet: 13, 11 and AE. RGB value is (19,17,174). Sum of RGB (Red+Green+Blue) = 19+17+174=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 174 (68.36% from 255 or 82.86% from 210); Max value from RGB is 174 - color contains mainly: blue. Hex color #1311AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1311AE is #ECEE51. Grayscale: #222222. Windows color (decimal): -15527506 or 11407635. OLE color: 11407635.

HSL color Cylindrical-coordinate representation of color #1311AE: hue angle of 240.76º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1311AE is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 17 174 -
CMYK 0.89 0.90 0 0.32
HSL 240.76º 0.82% 0.37% -
HSV(B) 240.76º 0.9% 0.68% -
XYZ 8.11 3.6 40.31 -
YUV 35.5 206.16 116.23 -
System Red Green Blue C M Y K H S L
Decimal 19 17 174 0.89 0.90 0 0.32 240.76 0.82 0.37
Hex 13 11 AE 59 5A 0 20 F1 52 25
Octal 23 21 256 131 132 0 40 361 122 45
Binary 10011 10001 10101110 1011001 1011010 0 100000 11110001 1010010 100101

Color Harmonies of #1311AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1311AE

Black with #1311AE

Text Example


Text Example

White with #1311AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1311AE; }

 p { color: rgb(19,17,174); }

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

background-color css

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

 a { background-color: rgb(19,17,174); }

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

border-color css

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

 span { border-color: rgb(19,17,174); }

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