Html Css Color HEX #1114AC New Midnight Blue

📋 copy color: '#1114AC'

red 17 ◦ green 20 ◦ blue 172

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

Shades of New Midnight Blue #1114AC

Tints of New Midnight Blue #1114AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 82.3%

R = 8.13%
G = 9.57%
B = 82.3%

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

#1114AC (or 0x1114AC) is known color: New Midnight Blue. HEX triplet: 11, 14 and AC. RGB value is (17,20,172). Sum of RGB (Red+Green+Blue) = 17+20+172=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 172 (67.58% from 255 or 82.30% from 209); Max value from RGB is 172 - color contains mainly: blue. Hex color #1114AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1114AC is #EEEB53. Grayscale: #232323. Windows color (decimal): -15657812 or 11277329. OLE color: 11277329.

HSL color Cylindrical-coordinate representation of color #1114AC: hue angle of 238.84º 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 #1114AC is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 20 172 -
CMYK 0.90 0.88 0 0.33
HSL 238.84º 0.82% 0.37% -
HSV(B) 238.84º 0.9% 0.67% -
XYZ 7.93 3.6 39.31 -
YUV 36.43 204.51 114.14 -
System Red Green Blue C M Y K H S L
Decimal 17 20 172 0.90 0.88 0 0.33 238.84 0.82 0.37
Hex 11 14 AC 5A 58 0 21 EF 52 25
Octal 21 24 254 132 130 0 41 357 122 45
Binary 10001 10100 10101100 1011010 1011000 0 100001 11101111 1010010 100101

Color Harmonies of #1114AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1114AC

Black with #1114AC

Text Example


Text Example

White with #1114AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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