#100CA5

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

Shades of New Midnight Blue #100CA5

Tints of New Midnight Blue #100CA5

Color information

#100CA5 (or 0x100CA5) is unknown color: approx New Midnight Blue. HEX triplet: 10, 0C and A5. RGB value is (16,12,165). Sum of RGB (Red+Green+Blue) = 16+12+165=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 165 (64.84% from 255 or 85.49% from 193); Max value from RGB is 165 - color contains mainly: blue. Hex color #100CA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100CA5 is #EFF35A. Grayscale: #1E1E1E. Windows color (decimal): -15725403 or 10816528. OLE color: 10816528.

HSL color Cylindrical-coordinate representation of color #100CA5: hue angle of 241.57º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100CA5 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1612165-
CMYK0.900.9300.35
HSL241.57º86.44%34.71%-
HSV(B)241.57º92.73%64.71%-
XYZ7.143.0935.82-
YUV30.64203.83117.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 12 (5.08% from 255) = 6.22%
BLUE value IS 165 (64.84% from 255) = 85.49%
R=8.29%
G=6.22%
B=85.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16121650.900.9300.35241.5786.4434.71
Hex10CA55A5D023f25623
Octal201424513213504336212643
Binary10000110010100101101101010111010100011111100101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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