Html Css Color HEX #1113AE New Midnight Blue

📋 copy color: '#1113AE'

red 17 ◦ green 19 ◦ blue 174

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

Shades of New Midnight Blue #1113AE

Tints of New Midnight Blue #1113AE

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1113AE (or 0x1113AE) is known color: New Midnight Blue. HEX triplet: 11, 13 and AE. RGB value is (17,19,174). Sum of RGB (Red+Green+Blue) = 17+19+174=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 19 (7.81% from 255 or 9.05% 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 #1113AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1113AE is #EEEC51. Grayscale: #232323. Windows color (decimal): -15658066 or 11408145. OLE color: 11408145.

HSL color Cylindrical-coordinate representation of color #1113AE: hue angle of 239.24º 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 #1113AE is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 19 174 -
CMYK 0.90 0.89 0 0.32
HSL 239.24º 0.82% 0.37% -
HSV(B) 239.24º 0.9% 0.68% -
XYZ 8.1 3.64 40.32 -
YUV 36.07 205.84 114.4 -
System Red Green Blue C M Y K H S L
Decimal 17 19 174 0.90 0.89 0 0.32 239.24 0.82 0.37
Hex 11 13 AE 5A 59 0 20 EF 52 25
Octal 21 23 256 132 131 0 40 357 122 45
Binary 10001 10011 10101110 1011010 1011001 0 100000 11101111 1010010 100101

Color Harmonies of #1113AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1113AE

Black with #1113AE

Text Example


Text Example

White with #1113AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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