Html Css Color HEX #1117AF New Midnight Blue

📋 copy color: '#1117AF'

red 17 ◦ green 23 ◦ blue 175

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

Shades of New Midnight Blue #1117AF

Tints of New Midnight Blue #1117AF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.7%

 BLUE value IS 175 (68.75% from 255) = 81.4%

R = 7.91%
G = 10.7%
B = 81.4%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1117AF (or 0x1117AF) is known color: New Midnight Blue. HEX triplet: 11, 17 and AF. RGB value is (17,23,175). Sum of RGB (Red+Green+Blue) = 17+23+175=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 175 (68.75% from 255 or 81.40% from 215); Max value from RGB is 175 - color contains mainly: blue. Hex color #1117AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1117AF is #EEE850. Grayscale: #252525. Windows color (decimal): -15657041 or 11474705. OLE color: 11474705.

HSL color Cylindrical-coordinate representation of color #1117AF: hue angle of 237.72º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1117AF is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 23 175 -
CMYK 0.90 0.87 0 0.31
HSL 237.72º 0.82% 0.38% -
HSV(B) 237.72º 0.9% 0.69% -
XYZ 8.28 3.83 40.86 -
YUV 38.53 205.01 112.64 -
System Red Green Blue C M Y K H S L
Decimal 17 23 175 0.90 0.87 0 0.31 237.72 0.82 0.38
Hex 11 17 AF 5A 57 0 1F EE 52 26
Octal 21 27 257 132 127 0 37 356 122 46
Binary 10001 10111 10101111 1011010 1010111 0 11111 11101110 1010010 100110

Color Harmonies of #1117AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1117AF

Black with #1117AF

Text Example


Text Example

White with #1117AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1117AF; }

 p { color: rgb(17,23,175); }

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

background-color css

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

 a { background-color: rgb(17,23,175); }

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

border-color css

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

 span { border-color: rgb(17,23,175); }

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