Html Css Color HEX #1110AF New Midnight Blue

📋 copy color: '#1110AF'

red 17 ◦ green 16 ◦ blue 175

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

Shades of New Midnight Blue #1110AF

Tints of New Midnight Blue #1110AF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.69%

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

R = 8.17%
G = 7.69%
B = 84.13%

CMYK

 C value IS 0.90

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1110AF (or 0x1110AF) is known color: New Midnight Blue. HEX triplet: 11, 10 and AF. RGB value is (17,16,175). Sum of RGB (Red+Green+Blue) = 17+16+175=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 175 (68.75% from 255 or 84.13% from 208); Max value from RGB is 175 - color contains mainly: blue. Hex color #1110AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1110AF is #EEEF50. Grayscale: #212121. Windows color (decimal): -15658833 or 11472913. OLE color: 11472913.

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

Color convert

RGB 17 16 175 -
CMYK 0.90 0.91 0 0.31
HSL 240.38º 0.83% 0.37% -
HSV(B) 240.38º 0.91% 0.69% -
XYZ 8.15 3.58 40.82 -
YUV 34.43 207.33 115.57 -
System Red Green Blue C M Y K H S L
Decimal 17 16 175 0.90 0.91 0 0.31 240.38 0.83 0.37
Hex 11 10 AF 5A 5B 0 1F F0 53 25
Octal 21 20 257 132 133 0 37 360 123 45
Binary 10001 10000 10101111 1011010 1011011 0 11111 11110000 1010011 100101

Color Harmonies of #1110AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1110AF

Black with #1110AF

Text Example


Text Example

White with #1110AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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