#010CA3

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

Shades of New Midnight Blue #010CA3

Tints of New Midnight Blue #010CA3

Color information

#010CA3 (or 0x010CA3) is unknown color: approx New Midnight Blue. HEX triplet: 01, 0C and A3. RGB value is (1,12,163). Sum of RGB (Red+Green+Blue) = 1+12+163=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 163 (64.06% from 255 or 92.61% from 176); Max value from RGB is 163 - color contains mainly: blue. Hex color #010CA3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010CA3 is #FEF35C. Grayscale: #191919. Windows color (decimal): -16708445 or 10685441. OLE color: 10685441.

HSL color Cylindrical-coordinate representation of color #010CA3: hue angle of 235.93º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010CA3 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB112163-
CMYK0.990.9300.36
HSL235.93º98.78%32.16%-
HSV(B)235.93º99.39%63.92%-
XYZ6.752.9134.86-
YUV25.92205.36110.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 12 (5.08% from 255) = 6.82%
BLUE value IS 163 (64.06% from 255) = 92.61%
R=0.57%
G=6.82%
B=92.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121630.990.9300.36235.9398.7832.16
Hex1CA3635D024ec6320
Octal11424314313504435414340
Binary1110010100011110001110111010100100111011001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010CA3; }

 p { color: rgb(1,12,163); }

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

<style>
 a { background-color: #010CA3; }

 a { background-color: rgb(1,12,163); }

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

<style>
 span { border-color: #010CA3; }

 span { border-color: rgb(1,12,163); }

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