Html Css Color HEX #1114AB New Midnight Blue

📋 copy color: '#1114AB'

red 17 ◦ green 20 ◦ blue 171

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

Shades of New Midnight Blue #1114AB

Tints of New Midnight Blue #1114AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.62%

 BLUE value IS 171 (67.19% from 255) = 82.21%

R = 8.17%
G = 9.62%
B = 82.21%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1114AB (or 0x1114AB) is known color: New Midnight Blue. HEX triplet: 11, 14 and AB. RGB value is (17,20,171). Sum of RGB (Red+Green+Blue) = 17+20+171=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 171 (67.19% from 255 or 82.21% from 208); Max value from RGB is 171 - color contains mainly: blue. Hex color #1114AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1114AB is #EEEB54. Grayscale: #232323. Windows color (decimal): -15657813 or 11211793. OLE color: 11211793.

HSL color Cylindrical-coordinate representation of color #1114AB: hue angle of 238.83º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1114AB is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 20 171 -
CMYK 0.90 0.88 0 0.33
HSL 238.83º 0.82% 0.37% -
HSV(B) 238.83º 0.9% 0.67% -
XYZ 7.83 3.56 38.8 -
YUV 36.32 204.01 114.22 -
System Red Green Blue C M Y K H S L
Decimal 17 20 171 0.90 0.88 0 0.33 238.83 0.82 0.37
Hex 11 14 AB 5A 58 0 21 EF 52 25
Octal 21 24 253 132 130 0 41 357 122 45
Binary 10001 10100 10101011 1011010 1011000 0 100001 11101111 1010010 100101

Color Harmonies of #1114AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1114AB

Black with #1114AB

Text Example


Text Example

White with #1114AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1114AB; }

 p { color: rgb(17,20,171); }

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

background-color css

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

 a { background-color: rgb(17,20,171); }

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

border-color css

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

 span { border-color: rgb(17,20,171); }

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