#110cad

Color #110CAD New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #110CAD

Tints of New Midnight Blue #110CAD

Color information

#110CAD (or 0x110CAD) is unknown color: approx New Midnight Blue. HEX triplet: 11, 0C and AD. RGB value is (17,12,173). Sum of RGB (Red+Green+Blue) = 17+12+173=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 173 (67.97% from 255 or 85.64% from 202); Max value from RGB is 173 - color contains mainly: blue. Hex color #110CAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110CAD is #EEF352. Grayscale: #1F1F1F. Windows color (decimal): -15659859 or 11340817. OLE color: 11340817.

HSL color Cylindrical-coordinate representation of color #110CAD: hue angle of 241.86º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110CAD is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1712173-
CMYK0.900.9300.32
HSL241.86º87.03%36.27%-
HSV(B)241.86º93.06%67.84%-
XYZ7.913.439.77-
YUV31.85207.66117.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.42%
GREEN value IS 12 (5.08% from 255) = 5.94%
BLUE value IS 173 (67.97% from 255) = 85.64%
R=8.42%
G=5.94%
B=85.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17121730.900.9300.32241.8687.0336.27
Hex11CAD5A5D020f25724
Octal211425513213504036212744
Binary10001110010101101101101010111010100000111100101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110cad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110cad; }

 p { color: rgb(17,12,173); }

 H1.HeaderClassName
 {
   color: #110cad;
 }
 .AnyTagClassName
 {
   color: #110cad;
 }
</style>
background-color css

<style>
 a { background-color: #110cad; }

 a { background-color: rgb(17,12,173); }

 div.DivClassName
 {
   background-color: #110cad;
 }
 .BgClassName
 {
   background-color: #110cad;
 }
</style>
border-color css

<style>
 span { border-color: #110cad; }

 span { border-color: rgb(17,12,173); }

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