Html Css Color HEX #1106AF New Midnight Blue

📋 copy color: '#1106AF'

red 17 ◦ green 6 ◦ blue 175

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

Shades of New Midnight Blue #1106AF

Tints of New Midnight Blue #1106AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.03%

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

R = 8.59%
G = 3.03%
B = 88.38%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1106AF (or 0x1106AF) is known color: New Midnight Blue. HEX triplet: 11, 06 and AF. RGB value is (17,6,175). Sum of RGB (Red+Green+Blue) = 17+6+175=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 175 (68.75% from 255 or 88.38% from 198); Max value from RGB is 175 - color contains mainly: blue. Hex color #1106AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1106AF is #EEF950. Grayscale: #1B1B1B. Windows color (decimal): -15661393 or 11470353. OLE color: 11470353.

HSL color Cylindrical-coordinate representation of color #1106AF: hue angle of 243.91º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1106AF is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 6 175 -
CMYK 0.90 0.97 0 0.31
HSL 243.91º 0.93% 0.35% -
HSV(B) 243.91º 0.97% 0.69% -
XYZ 8.03 3.34 40.78 -
YUV 28.56 210.64 119.76 -
System Red Green Blue C M Y K H S L
Decimal 17 6 175 0.90 0.97 0 0.31 243.91 0.93 0.35
Hex 11 6 AF 5A 61 0 1F F4 5D 23
Octal 21 6 257 132 141 0 37 364 135 43
Binary 10001 110 10101111 1011010 1100001 0 11111 11110100 1011101 100011

Color Harmonies of #1106AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1106AF

Black with #1106AF

Text Example


Text Example

White with #1106AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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