#100CAD

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

Shades of New Midnight Blue #100CAD

Tints of New Midnight Blue #100CAD

Color information

#100CAD (or 0x100CAD) is unknown color: approx New Midnight Blue. HEX triplet: 10, 0C and AD. RGB value is (16,12,173). Sum of RGB (Red+Green+Blue) = 16+12+173=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 173 (67.97% from 255 or 86.07% from 201); Max value from RGB is 173 - color contains mainly: blue. Hex color #100CAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100CAD is #EFF352. Grayscale: #1E1E1E. Windows color (decimal): -15725395 or 11340816. OLE color: 11340816.

HSL color Cylindrical-coordinate representation of color #100CAD: hue angle of 241.49º 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 #100CAD is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1612173-
CMYK0.910.9300.32
HSL241.49º87.03%36.27%-
HSV(B)241.49º93.06%67.84%-
XYZ7.893.3939.77-
YUV31.55207.83116.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.96%
GREEN value IS 12 (5.08% from 255) = 5.97%
BLUE value IS 173 (67.97% from 255) = 86.07%
R=7.96%
G=5.97%
B=86.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16121730.910.9300.32241.4987.0336.27
Hex10CAD5B5D020f15724
Octal201425513313504036112744
Binary10000110010101101101101110111010100000111100011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100CAD; }

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

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

<style>
 a { background-color: #100CAD; }

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

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

<style>
 span { border-color: #100CAD; }

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

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